Uses of Class
com.echothree.model.data.content.server.entity.ContentPageLayoutDetail
Packages that use ContentPageLayoutDetail
Package
Description
-
Uses of ContentPageLayoutDetail in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutDetailModifier and TypeMethodDescriptionContentPageLayout.getActiveDetail()ContentPageLayout.getActiveDetail(EntityPermission entityPermission) ContentPageLayout.getActiveDetailForUpdate()ContentPageLayout.getLastDetail()ContentPageLayout.getLastDetail(EntityPermission entityPermission) ContentPageLayout.getLastDetailForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutDetailModifier and TypeMethodDescriptionvoidContentPageLayout.setActiveDetail(ContentPageLayoutDetail entity) voidContentPageLayout.setLastDetail(ContentPageLayoutDetail entity) -
Uses of ContentPageLayoutDetail in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutDetailModifier and TypeMethodDescriptionContentPageLayoutDetailFactory.create(ContentPageLayoutPK contentPageLayoutPK, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentPageLayoutDetailFactory.create(ContentPageLayout contentPageLayout, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentPageLayoutDetailFactory.getEntityFromCache(ContentPageLayoutDetailPK pk) ContentPageLayoutDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutDetailPK pk) ContentPageLayoutDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentPageLayoutDetailValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutDetailModifier and TypeMethodDescriptionContentPageLayoutDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageLayoutDetailPK> pks) ContentPageLayoutDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutDetailModifier and TypeMethodDescriptionContentPageLayoutFactory.create(ContentPageLayoutDetail activeDetail, ContentPageLayoutDetail lastDetail) voidContentPageLayoutDetailFactory.remove(ContentPageLayoutDetail entity) voidContentPageLayoutDetailFactory.store(ContentPageLayoutDetail entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutDetailModifier and TypeMethodDescriptionvoidContentPageLayoutDetailFactory.store(Collection<ContentPageLayoutDetail> entities)