Class EntityAttributeGroupLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.core.server.logic.EntityAttributeGroupLogic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EntityInstanceLogicprotected SequenceControlprotected SequenceGeneratorLogicFields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
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 EntityAttributeGroupLogicMethods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Field Details
-
sequenceControl
-
entityInstanceLogic
-
sequenceGeneratorLogic
-
-
Constructor Details
-
EntityAttributeGroupLogic
protected EntityAttributeGroupLogic()
-
-
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
-