Uses of Class
com.echothree.model.data.content.common.pk.ContentCatalogDescriptionPK
Packages that use ContentCatalogDescriptionPK
Package
Description
-
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCatalogDescriptionPK -
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getNextPK()
ContentCatalogDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentCatalogDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentCatalogDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getEntityFromCache
(Session session, ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCatalogDescriptionPK pk) ContentCatalogDescriptionFactory.getValueFromPK
(Session session, ContentCatalogDescriptionPK pk) void
ContentCatalogDescriptionFactory.remove
(Session session, ContentCatalogDescriptionPK pk) boolean
ContentCatalogDescriptionFactory.validPK
(Session session, ContentCatalogDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCatalogDescriptionPKModifier and TypeMethodDescriptionContentCatalogDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCatalogDescriptionPK> pks) ContentCatalogDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCatalogDescriptionPK> pks) ContentCatalogDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContentCatalogDescriptionPK> pks) void
ContentCatalogDescriptionFactory.remove
(Session session, Collection<ContentCatalogDescriptionPK> pks) void
ContentCatalogDescriptionFactory.remove
(Collection<ContentCatalogDescriptionPK> pks) -
Uses of ContentCatalogDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentCatalogDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentCatalogDescriptionPKModifierConstructorDescriptionContentCatalogDescriptionValue
(ContentCatalogDescriptionPK contentCatalogDescriptionPK, ContentCatalogPK contentCatalogPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentCatalogDescriptionValue