Class GlAccountCategoryLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.accounting.server.logic.GlAccountCategoryLogic
-
Method Summary
Modifier and TypeMethodDescriptioncreateGlAccountCategory
(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
deleteGlAccountCategory
(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 GlAccountCategoryLogic
void
updateGlAccountCategoryFromValue
(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
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)
-