Uses of Class
com.echothree.model.data.content.common.pk.ContentCategoryDescriptionPK
Packages that use ContentCategoryDescriptionPK
Package
Description
-
Uses of ContentCategoryDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCategoryDescriptionPK -
Uses of ContentCategoryDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCategoryDescriptionPKModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getNextPK()
ContentCategoryDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCategoryDescriptionPKModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentCategoryDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentCategoryDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCategoryDescriptionPKModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getEntityFromCache
(Session session, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCategoryDescriptionPK pk) ContentCategoryDescriptionFactory.getValueFromPK
(Session session, ContentCategoryDescriptionPK pk) void
ContentCategoryDescriptionFactory.remove
(Session session, ContentCategoryDescriptionPK pk) boolean
ContentCategoryDescriptionFactory.validPK
(Session session, ContentCategoryDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCategoryDescriptionPKModifier and TypeMethodDescriptionContentCategoryDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCategoryDescriptionPK> pks) ContentCategoryDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCategoryDescriptionPK> pks) ContentCategoryDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContentCategoryDescriptionPK> pks) void
ContentCategoryDescriptionFactory.remove
(Session session, Collection<ContentCategoryDescriptionPK> pks) void
ContentCategoryDescriptionFactory.remove
(Collection<ContentCategoryDescriptionPK> pks) -
Uses of ContentCategoryDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCategoryDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCategoryDescriptionPKModifierConstructorDescriptionContentCategoryDescriptionValue
(ContentCategoryDescriptionPK contentCategoryDescriptionPK, ContentCategoryPK contentCategoryPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCategoryDescriptionValue