Uses of Class
com.echothree.model.data.content.server.entity.ContentCatalogDetail
Packages that use ContentCatalogDetail
Package
Description
-
Uses of ContentCatalogDetail in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogDetailModifier and TypeMethodDescriptionContentCatalog.getActiveDetail()ContentCatalog.getActiveDetail(EntityPermission entityPermission) ContentCatalog.getActiveDetailForUpdate()ContentCatalog.getLastDetail()ContentCatalog.getLastDetail(EntityPermission entityPermission) ContentCatalog.getLastDetailForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCatalogDetailModifier and TypeMethodDescriptionvoidContentCatalog.setActiveDetail(ContentCatalogDetail entity) voidContentCatalog.setLastDetail(ContentCatalogDetail entity) -
Uses of ContentCatalogDetail in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogDetailModifier and TypeMethodDescriptionContentCatalogDetailFactory.create(ContentCatalogPK contentCatalogPK, ContentCollectionPK contentCollectionPK, String contentCatalogName, OfferUsePK defaultOfferUsePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create(ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.getEntityFromCache(ContentCatalogDetailPK pk) ContentCatalogDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentCatalogDetailPK pk) ContentCatalogDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCatalogDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentCatalogDetailValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogDetailModifier and TypeMethodDescriptionContentCatalogDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCatalogDetailPK> pks) ContentCatalogDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCatalogDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCatalogDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCatalogDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogDetailModifier and TypeMethodDescriptionContentCatalogFactory.create(ContentCatalogDetail activeDetail, ContentCatalogDetail lastDetail) voidContentCatalogDetailFactory.remove(ContentCatalogDetail entity) voidContentCatalogDetailFactory.store(ContentCatalogDetail entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogDetailModifier and TypeMethodDescriptionvoidContentCatalogDetailFactory.store(Collection<ContentCatalogDetail> entities)