Uses of Class
com.echothree.model.data.content.common.pk.ContentPageDetailPK
Packages that use ContentPageDetailPK
Package
Description
-
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPage.getActiveDetailPK()
ContentPage.getLastDetailPK()
ContentPageDetail.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionvoid
ContentPage.setActiveDetailPK
(ContentPageDetailPK activeDetailPK) void
ContentPage.setLastDetailPK
(ContentPageDetailPK lastDetailPK) -
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getNextPK()
ContentPageDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentPageDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentPageDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageFactory.create
(ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) ContentPageFactory.create
(Session session, ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) ContentPageDetailFactory.getEntityFromCache
(Session session, ContentPageDetailPK pk) ContentPageDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageDetailPK pk) ContentPageDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageDetailPK pk) ContentPageDetailFactory.getValueFromPK
(Session session, ContentPageDetailPK pk) void
ContentPageDetailFactory.remove
(Session session, ContentPageDetailPK pk) boolean
ContentPageDetailFactory.validPK
(Session session, ContentPageDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDetailPKModifier and TypeMethodDescriptionContentPageDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageDetailPK> pks) ContentPageDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageDetailPK> pks) ContentPageDetailFactory.getValuesFromPKs
(Session session, Collection<ContentPageDetailPK> pks) void
ContentPageDetailFactory.remove
(Session session, Collection<ContentPageDetailPK> pks) void
ContentPageDetailFactory.remove
(Collection<ContentPageDetailPK> pks) -
Uses of ContentPageDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentPageDetailPKModifier and TypeMethodDescriptionContentPageValue.getActiveDetailPK()
ContentPageValue.getLastDetailPK()
ContentPageDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentPageDetailPKModifier and TypeMethodDescriptionvoid
ContentPageValue.setActiveDetailPK
(ContentPageDetailPK activeDetailPK) void
ContentPageValue.setLastDetailPK
(ContentPageDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentPageDetailPKModifierConstructorDescriptionContentPageDetailValue
(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageValue
(ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) Creates a new instance of ContentPageValueContentPageValue
(ContentPagePK contentPagePK, ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) Creates a new instance of ContentPageValue