Uses of Class
com.echothree.model.data.content.server.entity.ContentCollection
Packages that use ContentCollection
Package
Description
-
Uses of ContentCollection in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCollectionModifier and TypeMethodDescriptionEditContentCollectionCommand.getEntity
(EditContentCollectionResult result) protected ContentCollection
GetContentCollectionCommand.getEntity()
EditContentCollectionCommand.getLockEntity
(ContentCollection contentCollection) EditContentCollectionDescriptionCommand.getLockEntity
(ContentCollectionDescription contentCollectionDescription) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentCollectionModifier and TypeMethodDescriptionprotected Collection<ContentCollection>
GetContentCollectionsCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentCollectionModifier and TypeMethodDescriptionvoid
EditContentCollectionCommand.canUpdate
(ContentCollection contentCollection) void
EditContentCollectionCommand.doLock
(ContentCollectionEdit edit, ContentCollection contentCollection) void
EditContentCollectionCommand.doUpdate
(ContentCollection contentCollection) void
EditContentCollectionCommand.fillInResult
(EditContentCollectionResult result, ContentCollection contentCollection) EditContentCollectionCommand.getLockEntity
(ContentCollection contentCollection) protected BaseResult
GetContentCollectionCommand.getResult
(ContentCollection contentCollection) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentCollectionModifier and TypeMethodDescriptionprotected BaseResult
GetContentCollectionsCommand.getResult
(Collection<ContentCollection> entities) -
Uses of ContentCollection in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCollectionModifier and TypeMethodDescriptionContentControl.createContentCollection
(String contentCollectionName, OfferUse defaultOfferUse, BasePK createdBy) ContentControl.getContentCollectionByEntityInstance
(EntityInstance entityInstance) ContentControl.getContentCollectionByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentCollectionContentControl.getContentCollectionByEntityInstanceForUpdate
(EntityInstance entityInstance) ContentControl.getContentCollectionByName
(String contentCollectionName) ContentControl.getContentCollectionByNameForUpdate
(String contentCollectionName) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCollectionMethods in com.echothree.model.control.content.server.control with parameters of type ContentCollectionModifier and TypeMethodDescriptionlong
ContentControl.countContentCatalogsByContentCollection
(ContentCollection contentCollection) long
ContentControl.countContentSectionsByContentCollection
(ContentCollection contentCollection) ContentControl.createContentCatalog
(ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCollectionDescription
(ContentCollection contentCollection, Language language, String description, BasePK createdBy) ContentControl.createContentForum
(ContentCollection contentCollection, Forum forum, Boolean isDefault, BasePK createdBy) ContentControl.createContentSection
(ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentWebAddress
(String contentWebAddressName, ContentCollection contentCollection, BasePK createdBy) void
ContentControl.deleteContentCatalogsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentCollectionDescriptionsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentForumsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentSectionsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentWebAddressesByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) ContentControl.getBestContentCollectionDescription
(ContentCollection contentCollection, Language language) ContentControl.getContentCatalogByName
(ContentCollection contentCollection, String contentCatalogName) ContentControl.getContentCatalogByNameForUpdate
(ContentCollection contentCollection, String contentCatalogName) ContentControl.getContentCatalogChoices
(ContentCollection contentCollection, String defaultContentCatalogChoice, Language language) ContentControl.getContentCatalogDetailValueByNameForUpdate
(ContentCollection contentCollection, String contentCatalogName) ContentControl.getContentCatalogs
(ContentCollection contentCollection) ContentControl.getContentCatalogsForUpdate
(ContentCollection contentCollection) ContentControl.getContentCatalogTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentCollectionDescription
(ContentCollection contentCollection, Language language) ContentControl.getContentCollectionDescriptionForUpdate
(ContentCollection contentCollection, Language language) ContentControl.getContentCollectionDescriptionsByContentCollection
(ContentCollection contentCollection) ContentControl.getContentCollectionDescriptionsByContentCollectionForUpdate
(ContentCollection contentCollection) ContentControl.getContentCollectionDescriptionTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentCollectionDescriptionValueForUpdate
(ContentCollection contentCollection, Language language) ContentControl.getContentCollectionDetailValueForUpdate
(ContentCollection contentCollection) ContentControl.getContentCollectionTransfer
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentForum
(ContentCollection contentCollection, Forum forum) ContentControl.getContentForumDetailValueForUpdate
(ContentCollection contentCollection, Forum forum) ContentControl.getContentForumForUpdate
(ContentCollection contentCollection, Forum forum) ContentControl.getContentForums
(ContentCollection contentCollection) ContentControl.getContentForumsForUpdate
(ContentCollection contentCollection) ContentControl.getContentForumTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentSectionByName
(ContentCollection contentCollection, String contentSectionName) ContentControl.getContentSectionByNameForUpdate
(ContentCollection contentCollection, String contentSectionName) ContentControl.getContentSectionChoices
(ContentCollection contentCollection, String defaultContentSectionChoice, Language language, boolean allowNullChoice) ContentControl.getContentSectionDetailValueByNameForUpdate
(ContentCollection contentCollection, String contentSectionName) ContentControl.getContentSections
(ContentCollection contentCollection) ContentControl.getContentSectionsForUpdate
(ContentCollection contentCollection) ContentControl.getContentSectionTransfers
(UserVisit userVisit, ContentCollection contentCollection) ContentControl.getContentWebAddressesByContentCollection
(ContentCollection contentCollection) ContentControl.getContentWebAddressesByContentCollectionForUpdate
(ContentCollection contentCollection) ContentControl.getDefaultContentCatalog
(ContentCollection contentCollection) ContentControl.getDefaultContentCatalogDetailValueForUpdate
(ContentCollection contentCollection) ContentControl.getDefaultContentForum
(ContentCollection contentCollection) ContentControl.getDefaultContentForumDetailValueForUpdate
(ContentCollection contentCollection) ContentControl.getDefaultContentSection
(ContentCollection contentCollection) ContentControl.getDefaultContentSectionDetailValueForUpdate
(ContentCollection contentCollection) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentCollectionModifier and TypeMethodDescriptionContentControl.getContentCollectionTransfers
(UserVisit userVisit, Collection<ContentCollection> contentCollections) -
Uses of ContentCollection in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentCollection -
Uses of ContentCollection in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCollectionModifier and TypeMethodDescriptionContentCollectionTransferCache.getContentCollectionTransfer
(ContentCollection contentCollection) -
Uses of ContentCollection in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentCollectionModifier and TypeMethodDescriptionContentCatalogDetail.getContentCollection()
ContentCatalogDetail.getContentCollection
(EntityPermission entityPermission) ContentCatalogDetail.getContentCollection
(Session session) ContentCatalogDetail.getContentCollection
(Session session, EntityPermission entityPermission) ContentCollectionDescription.getContentCollection()
ContentCollectionDescription.getContentCollection
(EntityPermission entityPermission) ContentCollectionDescription.getContentCollection
(Session session) ContentCollectionDescription.getContentCollection
(Session session, EntityPermission entityPermission) ContentCollectionDetail.getContentCollection()
ContentCollectionDetail.getContentCollection
(EntityPermission entityPermission) ContentCollectionDetail.getContentCollection
(Session session) ContentCollectionDetail.getContentCollection
(Session session, EntityPermission entityPermission) ContentForumDetail.getContentCollection()
ContentForumDetail.getContentCollection
(EntityPermission entityPermission) ContentForumDetail.getContentCollection
(Session session) ContentForumDetail.getContentCollection
(Session session, EntityPermission entityPermission) ContentSectionDetail.getContentCollection()
ContentSectionDetail.getContentCollection
(EntityPermission entityPermission) ContentSectionDetail.getContentCollection
(Session session) ContentSectionDetail.getContentCollection
(Session session, EntityPermission entityPermission) ContentWebAddressDetail.getContentCollection()
ContentWebAddressDetail.getContentCollection
(EntityPermission entityPermission) ContentWebAddressDetail.getContentCollection
(Session session) ContentWebAddressDetail.getContentCollection
(Session session, EntityPermission entityPermission) ContentCatalogDetail.getContentCollectionForUpdate()
ContentCatalogDetail.getContentCollectionForUpdate
(Session session) ContentCollectionDescription.getContentCollectionForUpdate()
ContentCollectionDescription.getContentCollectionForUpdate
(Session session) ContentCollectionDetail.getContentCollectionForUpdate()
ContentCollectionDetail.getContentCollectionForUpdate
(Session session) ContentForumDetail.getContentCollectionForUpdate()
ContentForumDetail.getContentCollectionForUpdate
(Session session) ContentSectionDetail.getContentCollectionForUpdate()
ContentSectionDetail.getContentCollectionForUpdate
(Session session) ContentWebAddressDetail.getContentCollectionForUpdate()
ContentWebAddressDetail.getContentCollectionForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentCollectionModifier and TypeMethodDescriptionvoid
ContentCatalogDetail.setContentCollection
(ContentCollection entity) void
ContentCollectionDescription.setContentCollection
(ContentCollection entity) void
ContentCollectionDetail.setContentCollection
(ContentCollection entity) void
ContentForumDetail.setContentCollection
(ContentCollection entity) void
ContentSectionDetail.setContentCollection
(ContentCollection entity) void
ContentWebAddressDetail.setContentCollection
(ContentCollection entity) -
Uses of ContentCollection in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionModifier and TypeMethodDescriptionContentCollectionFactory.create()
ContentCollectionFactory.create
(ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) ContentCollectionFactory.create
(ContentCollectionDetail activeDetail, ContentCollectionDetail lastDetail) ContentCollectionFactory.create
(Session session, ContentCollectionDetailPK activeDetailPK, ContentCollectionDetailPK lastDetailPK) ContentCollectionFactory.create
(Session session, ContentCollectionDetail activeDetail, ContentCollectionDetail lastDetail) ContentCollectionFactory.getEntityFromCache
(Session session, ContentCollectionPK pk) ContentCollectionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentCollectionPK pk) ContentCollectionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentCollectionPK pk) ContentCollectionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCollectionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCollectionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentCollectionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentCollectionValue value) ContentCollectionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentCollectionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionModifier and TypeMethodDescriptionContentCollectionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentCollectionPK> pks) ContentCollectionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentCollectionPK> pks) ContentCollectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentCollectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentCollectionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionModifier and TypeMethodDescriptionContentCatalogDetailFactory.create
(ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCatalogDetailFactory.create
(Session session, ContentCatalog contentCatalog, ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.create
(ContentCollection contentCollection, Language language, String description, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.create
(Session session, ContentCollection contentCollection, Language language, String description, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create
(ContentCollection contentCollection, String contentCollectionName, OfferUse defaultOfferUse, Long fromTime, Long thruTime) ContentCollectionDetailFactory.create
(Session session, ContentCollection contentCollection, String contentCollectionName, OfferUse defaultOfferUse, Long fromTime, Long thruTime) ContentForumDetailFactory.create
(ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) ContentForumDetailFactory.create
(Session session, ContentForum contentForum, ContentCollection contentCollection, Forum forum, Boolean isDefault, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(ContentSection contentSection, ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(Session session, ContentSection contentSection, ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create
(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create
(Session session, ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) void
ContentCollectionFactory.remove
(Session session, ContentCollection entity) void
ContentCollectionFactory.store
(Session session, ContentCollection entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionModifier and TypeMethodDescriptionvoid
ContentCollectionFactory.store
(Session session, Collection<ContentCollection> entities) void
ContentCollectionFactory.store
(Collection<ContentCollection> entities)