Uses of Class
com.echothree.model.data.content.common.pk.ContentSectionDetailPK
Packages that use ContentSectionDetailPK
Package
Description
-
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSection.getActiveDetailPK()
ContentSection.getLastDetailPK()
ContentSectionDetail.getPrimaryKey()
Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionvoid
ContentSection.setActiveDetailPK
(ContentSectionDetailPK activeDetailPK) void
ContentSection.setLastDetailPK
(ContentSectionDetailPK lastDetailPK) -
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getNextPK()
ContentSectionDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ContentSectionDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ContentSectionDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionFactory.create
(ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) ContentSectionFactory.create
(Session session, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) ContentSectionDetailFactory.getEntityFromCache
(Session session, ContentSectionDetailPK pk) ContentSectionDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ContentSectionDetailPK pk) ContentSectionDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentSectionDetailPK pk) ContentSectionDetailFactory.getValueFromPK
(Session session, ContentSectionDetailPK pk) void
ContentSectionDetailFactory.remove
(Session session, ContentSectionDetailPK pk) boolean
ContentSectionDetailFactory.validPK
(Session session, ContentSectionDetailPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentSectionDetailPK> pks) ContentSectionDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentSectionDetailPK> pks) ContentSectionDetailFactory.getValuesFromPKs
(Session session, Collection<ContentSectionDetailPK> pks) void
ContentSectionDetailFactory.remove
(Session session, Collection<ContentSectionDetailPK> pks) void
ContentSectionDetailFactory.remove
(Collection<ContentSectionDetailPK> pks) -
Uses of ContentSectionDetailPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentSectionDetailPKModifier and TypeMethodDescriptionContentSectionValue.getActiveDetailPK()
ContentSectionValue.getLastDetailPK()
ContentSectionDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.content.server.value with parameters of type ContentSectionDetailPKModifier and TypeMethodDescriptionvoid
ContentSectionValue.setActiveDetailPK
(ContentSectionDetailPK activeDetailPK) void
ContentSectionValue.setLastDetailPK
(ContentSectionDetailPK lastDetailPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ContentSectionDetailPKModifierConstructorDescriptionContentSectionDetailValue
(ContentSectionDetailPK contentSectionDetailPK, ContentSectionPK contentSectionPK, ContentCollectionPK contentCollectionPK, String contentSectionName, ContentSectionPK parentContentSectionPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ContentSectionDetailValueContentSectionValue
(ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValueContentSectionValue
(ContentSectionPK contentSectionPK, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) Creates a new instance of ContentSectionValue