Uses of Class
org.craftercms.studio.api.v2.dal.DetailedItem
Packages that use DetailedItem
Package
Description
-
Uses of DetailedItem in org.craftercms.studio.api.v2.dal
Methods in org.craftercms.studio.api.v2.dal that return DetailedItemModifier and TypeMethodDescriptionDetailedItem.Builder.build()static DetailedItemDetailedItem.getInstance(Item item) ItemDAO.getItemById(long id, String siteId, String systemTypeFolder, String completedState, String stagingEnvironment, String liveEnvironment) Get item by idItemDAO.getItemByPath(Long siteId, String path, String systemTypeFolder, String completedState, String stagingEnvironment, String liveEnvironment) Get item for given path from databaseItemDAO.getItemByPathPreferContent(Long siteId, String path, String systemTypeFolder, String completedState, String stagingEnvironment, String liveEnvironment) Get item with prefer content option for given path from databaseItemDAO.getItemBySiteIdAndPath(long siteId, String path, String systemTypeFolder, String completedState, String stagingEnvironment, String liveEnvironment) Get item for given site and pathItemDAO.getItemBySiteIdAndPathPreferContent(long siteId, String path, String systemTypeFolder, String completedState, String stagingEnvironment, String liveEnvironment) Get item with prefer content option for given site and pathMethods in org.craftercms.studio.api.v2.dal that return types with arguments of type DetailedItemModifier and TypeMethodDescriptionItemDAO.getDetailedItemsByStates(long siteId, long statesBitMap, String systemTypeFolder, String completedState, List<String> systemTypes, List<org.craftercms.commons.rest.parameters.SortField> sortFields, String stagingEnvironment, String liveEnvironment, int offset, int limit) Get a list ofDetailedItemfor given site and filters (system_types, states)Methods in org.craftercms.studio.api.v2.dal with parameters of type DetailedItemModifier and TypeMethodDescriptionstatic DetailedItem.BuilderDetailedItem.Builder.buildFromClone(DetailedItem item) static ItemItem.getInstance(DetailedItem item) -
Uses of DetailedItem in org.craftercms.studio.api.v2.service.item.internal
Methods in org.craftercms.studio.api.v2.service.item.internal that return DetailedItemModifier and TypeMethodDescriptionGet item by given id -
Uses of DetailedItem in org.craftercms.studio.impl.v2.service.item.internal
Methods in org.craftercms.studio.impl.v2.service.item.internal that return DetailedItemModifier and TypeMethodDescription -
Uses of DetailedItem in org.craftercms.studio.model.rest.content
Methods in org.craftercms.studio.model.rest.content with parameters of type DetailedItemModifier and TypeMethodDescriptionstatic DetailedItemDetailedItem.getInstance(DetailedItem item)