Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryDetailPK
Packages that use ContentCategoryDetailPK
Package
Description
-
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategory.getActiveDetailPK()ContentCategory.getLastDetailPK()ContentCategoryDetail.getPrimaryKey()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionvoidContentCategory.setActiveDetailPK(ContentCategoryDetailPK activeDetailPK) voidContentCategory.setLastDetailPK(ContentCategoryDetailPK lastDetailPK) -
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getNextPK()ContentCategoryDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCategoryDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCategoryDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryFactory.create(ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) ContentCategoryFactory.create(Session session, ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) ContentCategoryDetailFactory.getEntityFromCache(Session session, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentCategoryDetailPK pk) ContentCategoryDetailFactory.getValueFromPK(Session session, ContentCategoryDetailPK pk) voidContentCategoryDetailFactory.remove(Session session, ContentCategoryDetailPK pk) booleanContentCategoryDetailFactory.validPK(Session session, ContentCategoryDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCategoryDetailPK> pks) ContentCategoryDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentCategoryDetailPK> pks) ContentCategoryDetailFactory.getValuesFromPKs(Session session, Collection<ContentCategoryDetailPK> pks) voidContentCategoryDetailFactory.remove(Session session, Collection<ContentCategoryDetailPK> pks) voidContentCategoryDetailFactory.remove(Collection<ContentCategoryDetailPK> pks) -
Uses of ContentCategoryDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryDetailPKModifier and TypeMethodDescriptionContentCategoryValue.getActiveDetailPK()ContentCategoryValue.getLastDetailPK()ContentCategoryDetailValue.getPrimaryKey()Methods in com.echothree.model.data.content.server.value with parameters of type ContentCategoryDetailPKModifier and TypeMethodDescriptionvoidContentCategoryValue.setActiveDetailPK(ContentCategoryDetailPK activeDetailPK) voidContentCategoryValue.setLastDetailPK(ContentCategoryDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCategoryDetailPKModifierConstructorDescriptionContentCategoryDetailValue(ContentCategoryDetailPK contentCategoryDetailPK, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDetailValueContentCategoryValue(ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) Creates a new instance of ContentCategoryValueContentCategoryValue(ContentCategoryPK contentCategoryPK, ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) Creates a new instance of ContentCategoryValue