Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryItemPK
Packages that use ContentCategoryItemPK
Package
Description
-
Uses of ContentCategoryItemPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryItemPK -
Uses of ContentCategoryItemPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryItemPKModifier and TypeMethodDescriptionContentCategoryItemFactory.getNextPK()ContentCategoryItemFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentCategoryItemFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryItemPKModifier and TypeMethodDescriptionContentCategoryItemFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentCategoryItemFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentCategoryItemFactory.getPKsFromResultSetAsList(ResultSet rs) ContentCategoryItemFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryItemPKModifier and TypeMethodDescriptionContentCategoryItemFactory.getEntityFromCache(ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK(EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getValueFromPK(ContentCategoryItemPK pk) voidContentCategoryItemFactory.remove(ContentCategoryItemPK pk) booleanContentCategoryItemFactory.validPK(ContentCategoryItemPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryItemPKModifier and TypeMethodDescriptionContentCategoryItemFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCategoryItemPK> pks) ContentCategoryItemFactory.getValuesFromPKs(Collection<ContentCategoryItemPK> pks) voidContentCategoryItemFactory.remove(Collection<ContentCategoryItemPK> pks) -
Uses of ContentCategoryItemPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryItemPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCategoryItemPKModifierConstructorDescriptionContentCategoryItemValue(ContentCategoryItemPK contentCategoryItemPK, ContentCategoryPK contentCategoryPK, ContentCatalogItemPK contentCatalogItemPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryItemValue