Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryPK
Packages that use ContentCategoryPK
Package
Description
-
Uses of ContentCategoryPK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type ContentCategoryPKModifier and TypeMethodDescriptionContentControl.getContentCategoryByPK(ContentCategoryPK contentCategoryPK) -
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 TypeMethodDescriptionvoidContentCategoryDescription.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryDetail.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryItem.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryDetail.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) ContentCategoryDetailFactory.create(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) ContentCategoryFactory.getEntityFromCache(ContentCategoryPK pk) ContentCategoryFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryPK pk) ContentCategoryFactory.getValueFromPK(ContentCategoryPK pk) voidContentCategoryFactory.remove(ContentCategoryPK pk) booleanContentCategoryFactory.validPK(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.getValuesFromPKs(Collection<ContentCategoryPK> pks) voidContentCategoryFactory.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 TypeMethodDescriptionvoidContentCategoryDescriptionValue.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryDetailValue.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryItemValue.setContentCategoryPK(ContentCategoryPK contentCategoryPK) voidContentCategoryDetailValue.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