Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionPK
Packages that use ContentSectionPK
Package
Description
-
Uses of ContentSectionPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetail.getContentSectionPK()
ContentSectionDescription.getContentSectionPK()
ContentSectionDetail.getContentSectionPK()
ContentSectionDetail.getParentContentSectionPK()
ContentSection.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoid
ContentPageDetail.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDescription.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDetail.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDetail.setParentContentSectionPK
(ContentSectionPK parentContentSectionPK) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getNextPK()
ContentSectionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentSectionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentSectionFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentSectionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailFactory.create
(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentPageDetailFactory.create
(Session session, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(Session session, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(Session session, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionFactory.getEntityFromCache
(Session session, ContentSectionPK pk) ContentSectionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getValueFromPK
(Session session, ContentSectionPK pk) void
ContentSectionFactory.remove
(Session session, ContentSectionPK pk) boolean
ContentSectionFactory.validPK
(Session session, ContentSectionPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionPKModifier and TypeMethodDescriptionContentSectionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getValuesFromPKs
(Session session, Collection<ContentSectionPK> pks) void
ContentSectionFactory.remove
(Session session, Collection<ContentSectionPK> pks) void
ContentSectionFactory.remove
(Collection<ContentSectionPK> pks) -
Uses of ContentSectionPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionPKModifier and TypeMethodDescriptionContentPageDetailValue.getContentSectionPK()
ContentSectionDescriptionValue.getContentSectionPK()
ContentSectionDetailValue.getContentSectionPK()
ContentSectionDetailValue.getParentContentSectionPK()
ContentSectionValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifier and TypeMethodDescriptionvoid
ContentPageDetailValue.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDescriptionValue.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDetailValue.setContentSectionPK
(ContentSectionPK contentSectionPK) void
ContentSectionDetailValue.setParentContentSectionPK
(ContentSectionPK parentContentSectionPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionPKModifierConstructorDescriptionContentPageDetailValue
(ContentPageDetailPK contentPageDetailPK, ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentPageDetailValue
(ContentPagePK contentPagePK, ContentSectionPK contentSectionPK, String contentPageName, ContentPageLayoutPK contentPageLayoutPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentPageDetailValueContentSectionDescriptionValue
(ContentSectionDescriptionPK contentSectionDescriptionPK, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDescriptionValue
(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDescriptionValueContentSectionDetailValue
(ContentSectionDetailPK contentSectionDetailPK, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionDetailValue
(ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionValue
(ContentSectionPK contentSectionPK, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValue