Uses of Class
com.echothree.model.data.content.server.entity.ContentPageLayoutDescription
Packages that use ContentPageLayoutDescription
Package
Description
-
Uses of ContentPageLayoutDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageLayoutDescriptionModifier and TypeMethodDescriptionEditContentPageLayoutDescriptionCommand.getEntity(EditContentPageLayoutDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoidEditContentPageLayoutDescriptionCommand.doLock(ContentPageLayoutDescriptionEdit edit, ContentPageLayoutDescription contentPageLayoutDescription) voidEditContentPageLayoutDescriptionCommand.doUpdate(ContentPageLayoutDescription contentPageLayoutDescription) voidEditContentPageLayoutDescriptionCommand.fillInResult(EditContentPageLayoutDescriptionResult result, ContentPageLayoutDescription contentPageLayoutDescription) EditContentPageLayoutDescriptionCommand.getLockEntity(ContentPageLayoutDescription contentPageLayoutDescription) -
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.getContentPageLayoutDescription(ContentPageLayout contentPageLayout, Language language, EntityPermission entityPermission) 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 TypeMethodDescriptionvoidContentControl.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(UserVisit userVisit, 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.getEntityFromCache(ContentPageLayoutDescriptionPK pk) ContentPageLayoutDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutDescriptionPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutDescriptionFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoidContentPageLayoutDescriptionFactory.remove(ContentPageLayoutDescription entity) voidContentPageLayoutDescriptionFactory.store(ContentPageLayoutDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutDescriptionModifier and TypeMethodDescriptionvoidContentPageLayoutDescriptionFactory.store(Collection<ContentPageLayoutDescription> entities)