Uses of Class
com.echothree.model.data.content.server.entity.ContentCategoryDetail
Packages that use ContentCategoryDetail
Package
Description
-
Uses of ContentCategoryDetail in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDetailModifier and TypeMethodDescriptionContentCategory.getActiveDetail()ContentCategory.getActiveDetail(EntityPermission entityPermission) ContentCategory.getActiveDetailForUpdate()ContentCategory.getLastDetail()ContentCategory.getLastDetail(EntityPermission entityPermission) ContentCategory.getLastDetailForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDetailModifier and TypeMethodDescriptionvoidContentCategory.setActiveDetail(ContentCategoryDetail entity) voidContentCategory.setLastDetail(ContentCategoryDetail entity) -
Uses of ContentCategoryDetail in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDetailModifier and TypeMethodDescriptionContentCategoryDetailFactory.create(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create(ContentCategory contentCategory, ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector contentCategoryItemSelector, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.getEntityFromCache(ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCategoryDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentCategoryDetailValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDetailModifier and TypeMethodDescriptionContentCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCategoryDetailPK> pks) ContentCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCategoryDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCategoryDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDetailModifier and TypeMethodDescriptionContentCategoryFactory.create(ContentCategoryDetail activeDetail, ContentCategoryDetail lastDetail) voidContentCategoryDetailFactory.remove(ContentCategoryDetail entity) voidContentCategoryDetailFactory.store(ContentCategoryDetail entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDetailModifier and TypeMethodDescriptionvoidContentCategoryDetailFactory.store(Collection<ContentCategoryDetail> entities)