Uses of Class
com.echothree.model.data.content.server.entity.ContentPageLayoutDescription
Packages that use ContentPageLayoutDescription
Package
Description
-
Uses of ContentPageLayoutDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageLayoutDescriptionModifier and TypeMethodDescriptionContentControl.createContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language, String description, BasePK createdBy) ContentControl.getContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language) ContentControl.getContentPageLayoutDescriptionForUpdate
(ContentPageLayout contentPageLayout, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionContentControl.getContentPageLayoutDescriptionsByContentPageLayout
(ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutDescriptionsByContentPageLayoutForUpdate
(ContentPageLayout contentPageLayout) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentPageLayoutDescription
(ContentPageLayoutDescription contentPageLayoutDescription, BasePK deletedBy) ContentControl.getContentPageLayoutDescriptionTransfer
(UserVisit userVisit, ContentPageLayoutDescription contentPageLayoutDescription) ContentControl.getContentPageLayoutDescriptionValue
(ContentPageLayoutDescription contentPageLayoutDescription) -
Uses of ContentPageLayoutDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionContentPageLayoutDescriptionTransferCache.getTransfer
(ContentPageLayoutDescription contentPageLayoutDescription) -
Uses of ContentPageLayoutDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutDescriptionModifier and TypeMethodDescriptionContentPageLayoutDescriptionFactory.create
(ContentPageLayoutPK contentPageLayoutPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentPageLayoutDescriptionFactory.create
(ContentPageLayout contentPageLayout, Language language, String description, Long fromTime, Long thruTime) ContentPageLayoutDescriptionFactory.create
(Session session, ContentPageLayoutPK contentPageLayoutPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentPageLayoutDescriptionFactory.create
(Session session, ContentPageLayout contentPageLayout, Language language, String description, Long fromTime, Long thruTime) ContentPageLayoutDescriptionFactory.getEntityFromCache
(Session session, ContentPageLayoutDescriptionPK pk) ContentPageLayoutDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageLayoutDescriptionPK pk) ContentPageLayoutDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageLayoutDescriptionPK pk) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageLayoutDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageLayoutDescriptionValue value) ContentPageLayoutDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageLayoutDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionContentPageLayoutDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageLayoutDescriptionPK> pks) ContentPageLayoutDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageLayoutDescriptionPK> pks) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoid
ContentPageLayoutDescriptionFactory.remove
(Session session, ContentPageLayoutDescription entity) void
ContentPageLayoutDescriptionFactory.store
(Session session, ContentPageLayoutDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoid
ContentPageLayoutDescriptionFactory.store
(Session session, Collection<ContentPageLayoutDescription> entities) void
ContentPageLayoutDescriptionFactory.store
(Collection<ContentPageLayoutDescription> entities)