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
(Session session, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryItemPK pk) ContentCategoryItemFactory.getValueFromPK
(Session session, ContentCategoryItemPK pk) void
ContentCategoryItemFactory.remove
(Session session, ContentCategoryItemPK pk) boolean
ContentCategoryItemFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryItemPK> pks) ContentCategoryItemFactory.getValuesFromPKs
(Session session, Collection<ContentCategoryItemPK> pks) void
ContentCategoryItemFactory.remove
(Session session, Collection<ContentCategoryItemPK> pks) void
ContentCategoryItemFactory.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