Class GlAccountCategoryLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.accounting.server.logic.GlAccountCategoryLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGlAccountCategory(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteGlAccountCategory(ExecutionErrorAccumulator eea, GlAccountCategory glAccountCategory, BasePK deletedBy) getGlAccountCategoryByName(ExecutionErrorAccumulator eea, String glAccountCategoryName) getGlAccountCategoryByName(ExecutionErrorAccumulator eea, String glAccountCategoryName, EntityPermission entityPermission) getGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String glAccountCategoryName) getGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) getGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) getGlAccountCategoryByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) static GlAccountCategoryLogicvoidupdateGlAccountCategoryFromValue(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
GlAccountCategoryLogic
protected GlAccountCategoryLogic()
-
-
Method Details
-
getInstance
-
createGlAccountCategory
public GlAccountCategory createGlAccountCategory(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
getGlAccountCategoryByName
public GlAccountCategory getGlAccountCategoryByName(ExecutionErrorAccumulator eea, String glAccountCategoryName, EntityPermission entityPermission) -
getGlAccountCategoryByName
public GlAccountCategory getGlAccountCategoryByName(ExecutionErrorAccumulator eea, String glAccountCategoryName) -
getGlAccountCategoryByNameForUpdate
public GlAccountCategory getGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String glAccountCategoryName) -
getGlAccountCategoryByUniversalSpec
public GlAccountCategory getGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) -
getGlAccountCategoryByUniversalSpec
public GlAccountCategory getGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) -
getGlAccountCategoryByUniversalSpecForUpdate
public GlAccountCategory getGlAccountCategoryByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, GlAccountCategoryUniversalSpec universalSpec, boolean allowDefault) -
updateGlAccountCategoryFromValue
public void updateGlAccountCategoryFromValue(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) -
deleteGlAccountCategory
public void deleteGlAccountCategory(ExecutionErrorAccumulator eea, GlAccountCategory glAccountCategory, BasePK deletedBy)
-