Uses of Class
com.echothree.model.data.content.common.pk.ContentPageAreaPK
Packages that use ContentPageAreaPK
Package
Description
-
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetail.getContentPageAreaPK()
ContentPageArea.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionvoid
ContentPageAreaDetail.setContentPageAreaPK
(ContentPageAreaPK contentPageAreaPK) -
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getNextPK()
ContentPageAreaFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentPageAreaFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentPageAreaFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetailFactory.create
(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) ContentPageAreaDetailFactory.create
(Session session, ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) ContentPageAreaFactory.getEntityFromCache
(Session session, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getValueFromPK
(Session session, ContentPageAreaPK pk) void
ContentPageAreaFactory.remove
(Session session, ContentPageAreaPK pk) boolean
ContentPageAreaFactory.validPK
(Session session, ContentPageAreaPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageAreaPK> pks) ContentPageAreaFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageAreaPK> pks) ContentPageAreaFactory.getValuesFromPKs
(Session session, Collection<ContentPageAreaPK> pks) void
ContentPageAreaFactory.remove
(Session session, Collection<ContentPageAreaPK> pks) void
ContentPageAreaFactory.remove
(Collection<ContentPageAreaPK> pks) -
Uses of ContentPageAreaPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageAreaPKModifier and TypeMethodDescriptionContentPageAreaDetailValue.getContentPageAreaPK()
ContentPageAreaValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentPageAreaPKModifier and TypeMethodDescriptionvoid
ContentPageAreaDetailValue.setContentPageAreaPK
(ContentPageAreaPK contentPageAreaPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentPageAreaPKModifierConstructorDescriptionContentPageAreaDetailValue
(ContentPageAreaDetailPK contentPageAreaDetailPK, ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValueContentPageAreaDetailValue
(ContentPageAreaPK contentPageAreaPK, ContentPagePK contentPagePK, ContentPageLayoutAreaPK contentPageLayoutAreaPK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ContentPageAreaDetailValueContentPageAreaValue
(ContentPageAreaPK contentPageAreaPK, ContentPageAreaDetailPK activeDetailPK, ContentPageAreaDetailPK lastDetailPK) Creates a new instance of ContentPageAreaValue