Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryPK
Packages that use ContentCategoryPK
Package
Description
-
Uses of ContentCategoryPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryDescription.getContentCategoryPK()
ContentCategoryDetail.getContentCategoryPK()
ContentCategoryItem.getContentCategoryPK()
ContentCategoryDetail.getParentContentCategoryPK()
ContentCategory.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCategoryPKModifier and TypeMethodDescriptionvoid
ContentCategoryDescription.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryDetail.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryItem.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryDetail.setParentContentCategoryPK
(ContentCategoryPK parentContentCategoryPK) -
Uses of ContentCategoryPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryFactory.getNextPK()
ContentCategoryFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentCategoryFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentCategoryFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentCategoryFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentCategoryFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.create
(ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCategoryDescriptionFactory.create
(Session session, ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryDetailFactory.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogPK contentCatalogPK, String contentCategoryName, ContentCategoryPK parentContentCategoryPK, OfferUsePK defaultOfferUsePK, SelectorPK contentCategoryItemSelectorPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryItemFactory.create
(Session session, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCategoryFactory.getEntityFromCache
(Session session, ContentCategoryPK pk) ContentCategoryFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryPK pk) ContentCategoryFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryPK pk) ContentCategoryFactory.getValueFromPK
(Session session, ContentCategoryPK pk) void
ContentCategoryFactory.remove
(Session session, ContentCategoryPK pk) boolean
ContentCategoryFactory.validPK
(Session session, ContentCategoryPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCategoryPK> pks) ContentCategoryFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryPK> pks) ContentCategoryFactory.getValuesFromPKs
(Session session, Collection<ContentCategoryPK> pks) void
ContentCategoryFactory.remove
(Session session, Collection<ContentCategoryPK> pks) void
ContentCategoryFactory.remove
(Collection<ContentCategoryPK> pks) -
Uses of ContentCategoryPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryPKModifier and TypeMethodDescriptionContentCategoryDescriptionValue.getContentCategoryPK()
ContentCategoryDetailValue.getContentCategoryPK()
ContentCategoryItemValue.getContentCategoryPK()
ContentCategoryDetailValue.getParentContentCategoryPK()
ContentCategoryValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentCategoryPKModifier and TypeMethodDescriptionvoid
ContentCategoryDescriptionValue.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryDetailValue.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryItemValue.setContentCategoryPK
(ContentCategoryPK contentCategoryPK) void
ContentCategoryDetailValue.setParentContentCategoryPK
(ContentCategoryPK parentContentCategoryPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentCategoryPKModifierConstructorDescriptionContentCategoryDescriptionValue
(ContentCategoryDescriptionPK contentCategoryDescriptionPK, ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDescriptionValueContentCategoryDescriptionValue
(ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDescriptionValueContentCategoryDetailValue
(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 ContentCategoryDetailValueContentCategoryDetailValue
(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 ContentCategoryDetailValueContentCategoryItemValue
(ContentCategoryItemPK contentCategoryItemPK, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryItemValueContentCategoryItemValue
(ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryItemValueContentCategoryValue
(ContentCategoryPK contentCategoryPK, ContentCategoryDetailPK activeDetailPK, ContentCategoryDetailPK lastDetailPK) Creates a new instance of ContentCategoryValue