Class TransactionGlAccountCategoryLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.accounting.server.logic.TransactionGlAccountCategoryLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) voiddeleteTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, EntityPermission entityPermission) getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, EntityPermission entityPermission) getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) getTransactionGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec) getTransactionGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec, EntityPermission entityPermission) getTransactionGlAccountCategoryByUniversalSpecForUpdate(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
TransactionGlAccountCategoryLogic
protected TransactionGlAccountCategoryLogic()
-
-
Method Details
-
getInstance
-
createTransactionGlAccountCategory
public TransactionGlAccountCategory createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) -
createTransactionGlAccountCategory
public TransactionGlAccountCategory createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) -
getTransactionGlAccountCategoryByName
public TransactionGlAccountCategory getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, EntityPermission entityPermission) -
getTransactionGlAccountCategoryByName
public TransactionGlAccountCategory getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) -
getTransactionGlAccountCategoryByNameForUpdate
public TransactionGlAccountCategory getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName) -
getTransactionGlAccountCategoryByName
public TransactionGlAccountCategory getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, EntityPermission entityPermission) -
getTransactionGlAccountCategoryByName
public TransactionGlAccountCategory getTransactionGlAccountCategoryByName(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) -
getTransactionGlAccountCategoryByNameForUpdate
public TransactionGlAccountCategory getTransactionGlAccountCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName) -
getTransactionGlAccountCategoryByUniversalSpec
public TransactionGlAccountCategory getTransactionGlAccountCategoryByUniversalSpec(ExecutionErrorAccumulator eea, TransactionGlAccountCategoryUniversalSpec universalSpec, EntityPermission entityPermission) -
getTransactionGlAccountCategoryByUniversalSpec
-
getTransactionGlAccountCategoryByUniversalSpecForUpdate
-
deleteTransactionGlAccountCategory
public void deleteTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy)
-