Class EntityAttributeGroupLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.core.server.logic.EntityAttributeGroupLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntityAttributeGroup
(ExecutionErrorAccumulator eea, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) getEntityAttributeGroupByName
(ExecutionErrorAccumulator eea, String entityAttributeGroupName) getEntityAttributeGroupByName
(ExecutionErrorAccumulator eea, String entityAttributeGroupName, EntityPermission entityPermission) getEntityAttributeGroupByNameForUpdate
(ExecutionErrorAccumulator eea, String entityAttributeGroupName) getEntityAttributeGroupByUniversalSpec
(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec) getEntityAttributeGroupByUniversalSpec
(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec, EntityPermission entityPermission) getEntityAttributeGroupByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec) static EntityAttributeGroupLogic
Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createEntityAttributeGroup
public EntityAttributeGroup createEntityAttributeGroup(ExecutionErrorAccumulator eea, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) -
getEntityAttributeGroupByName
public EntityAttributeGroup getEntityAttributeGroupByName(ExecutionErrorAccumulator eea, String entityAttributeGroupName, EntityPermission entityPermission) -
getEntityAttributeGroupByName
public EntityAttributeGroup getEntityAttributeGroupByName(ExecutionErrorAccumulator eea, String entityAttributeGroupName) -
getEntityAttributeGroupByNameForUpdate
public EntityAttributeGroup getEntityAttributeGroupByNameForUpdate(ExecutionErrorAccumulator eea, String entityAttributeGroupName) -
getEntityAttributeGroupByUniversalSpec
public EntityAttributeGroup getEntityAttributeGroupByUniversalSpec(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec, EntityPermission entityPermission) -
getEntityAttributeGroupByUniversalSpec
public EntityAttributeGroup getEntityAttributeGroupByUniversalSpec(ExecutionErrorAccumulator eea, EntityAttributeGroupUniversalSpec universalSpec) -
getEntityAttributeGroupByUniversalSpecForUpdate
-