Uses of Class
com.echothree.model.data.content.common.pk.ContentPageDescriptionPK
Packages that use ContentPageDescriptionPK
Package
Description
-
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageDescriptionPK -
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getNextPK()
ContentPageDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentPageDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntityFromCache
(Session session, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getValueFromPK
(Session session, ContentPageDescriptionPK pk) void
ContentPageDescriptionFactory.remove
(Session session, ContentPageDescriptionPK pk) boolean
ContentPageDescriptionFactory.validPK
(Session session, ContentPageDescriptionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDescriptionPKModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getValuesFromPKs
(Session session, Collection<ContentPageDescriptionPK> pks) void
ContentPageDescriptionFactory.remove
(Session session, Collection<ContentPageDescriptionPK> pks) void
ContentPageDescriptionFactory.remove
(Collection<ContentPageDescriptionPK> pks) -
Uses of ContentPageDescriptionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageDescriptionPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentPageDescriptionPKModifierConstructorDescriptionContentPageDescriptionValue
(ContentPageDescriptionPK contentPageDescriptionPK, ContentPagePK contentPagePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentPageDescriptionValue