Class GlAccountClassLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.accounting.server.logic.GlAccountClassLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateGlAccountClass
(ExecutionErrorAccumulator eea, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
deleteGlAccountClass
(ExecutionErrorAccumulator eea, GlAccountClass glAccountClass, BasePK deletedBy) getGlAccountClassByName
(ExecutionErrorAccumulator eea, String glAccountClassName) getGlAccountClassByName
(ExecutionErrorAccumulator eea, String glAccountClassName, EntityPermission entityPermission) getGlAccountClassByNameForUpdate
(ExecutionErrorAccumulator eea, String glAccountClassName) getGlAccountClassByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault) getGlAccountClassByUniversalSpec
(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getGlAccountClassByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault) static GlAccountClassLogic
void
updateGlAccountClassFromValue
(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Method Details
-
getInstance
-
createGlAccountClass
public GlAccountClass createGlAccountClass(ExecutionErrorAccumulator eea, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getGlAccountClassByName
public GlAccountClass getGlAccountClassByName(ExecutionErrorAccumulator eea, String glAccountClassName, EntityPermission entityPermission) -
getGlAccountClassByName
public GlAccountClass getGlAccountClassByName(ExecutionErrorAccumulator eea, String glAccountClassName) -
getGlAccountClassByNameForUpdate
public GlAccountClass getGlAccountClassByNameForUpdate(ExecutionErrorAccumulator eea, String glAccountClassName) -
getGlAccountClassByUniversalSpec
public GlAccountClass getGlAccountClassByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getGlAccountClassByUniversalSpec
public GlAccountClass getGlAccountClassByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault) -
getGlAccountClassByUniversalSpecForUpdate
public GlAccountClass getGlAccountClassByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GlAccountClassUniversalSpec universalSpec, boolean allowDefault) -
updateGlAccountClassFromValue
public void updateGlAccountClassFromValue(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) -
deleteGlAccountClass
public void deleteGlAccountClass(ExecutionErrorAccumulator eea, GlAccountClass glAccountClass, BasePK deletedBy)
-