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 TypeMethodDescriptionvoidContentPageAreaDetail.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) ContentPageAreaFactory.getEntityFromCache(ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getValueFromPK(ContentPageAreaPK pk) voidContentPageAreaFactory.remove(ContentPageAreaPK pk) booleanContentPageAreaFactory.validPK(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.getValuesFromPKs(Collection<ContentPageAreaPK> pks) voidContentPageAreaFactory.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 TypeMethodDescriptionvoidContentPageAreaDetailValue.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