Class ContentPageLayoutLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.content.server.logic.ContentPageLayoutLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContentPageLayout(ExecutionErrorAccumulator eea, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteContentPageLayout(ExecutionErrorAccumulator eea, ContentPageLayout contentPageLayout, BasePK deletedBy) getContentPageLayoutByName(ExecutionErrorAccumulator eea, String contentPageLayoutName) getContentPageLayoutByName(ExecutionErrorAccumulator eea, String contentPageLayoutName, EntityPermission entityPermission) getContentPageLayoutByNameForUpdate(ExecutionErrorAccumulator eea, String contentPageLayoutName) getContentPageLayoutByUniversalSpec(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) getContentPageLayoutByUniversalSpec(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getContentPageLayoutByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) static ContentPageLayoutLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ContentPageLayoutLogic
protected ContentPageLayoutLogic()
-
-
Method Details
-
getInstance
-
createContentPageLayout
public ContentPageLayout createContentPageLayout(ExecutionErrorAccumulator eea, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getContentPageLayoutByName
public ContentPageLayout getContentPageLayoutByName(ExecutionErrorAccumulator eea, String contentPageLayoutName, EntityPermission entityPermission) -
getContentPageLayoutByName
public ContentPageLayout getContentPageLayoutByName(ExecutionErrorAccumulator eea, String contentPageLayoutName) -
getContentPageLayoutByNameForUpdate
public ContentPageLayout getContentPageLayoutByNameForUpdate(ExecutionErrorAccumulator eea, String contentPageLayoutName) -
getContentPageLayoutByUniversalSpec
public ContentPageLayout getContentPageLayoutByUniversalSpec(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getContentPageLayoutByUniversalSpec
public ContentPageLayout getContentPageLayoutByUniversalSpec(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) -
getContentPageLayoutByUniversalSpecForUpdate
public ContentPageLayout getContentPageLayoutByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) -
deleteContentPageLayout
public void deleteContentPageLayout(ExecutionErrorAccumulator eea, ContentPageLayout contentPageLayout, BasePK deletedBy)
-