Class ItemCategoryLogic
java.lang.Object
com.echothree.util.server.control.BaseLogic
com.echothree.model.control.item.server.logic.ItemCategoryLogic
-
Field Summary
Fields inherited from class com.echothree.util.server.control.BaseLogic
coreControl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDeleteItemCategory(ExecutionErrorAccumulator ema, ItemCategory itemCategory) voiddeleteItemCategory(ItemCategory itemCategory, BasePK deletedBy) static ItemCategoryLogicgetItemCategoryByName(ExecutionErrorAccumulator eea, String itemCategoryName) getItemCategoryByName(ExecutionErrorAccumulator eea, String itemCategoryName, EntityPermission entityPermission) getItemCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String itemCategoryName) Methods inherited from class com.echothree.util.server.control.BaseLogic
addExecutionError, addSecurityMessage, getEntityInstanceByBaseEntity, getEntityInstanceByBasePK, getSession, handleExecutionError, handleSecurityMessage, hasExecutionErrors
-
Constructor Details
-
ItemCategoryLogic
protected ItemCategoryLogic()
-
-
Method Details
-
getInstance
-
getItemCategoryByName
public ItemCategory getItemCategoryByName(ExecutionErrorAccumulator eea, String itemCategoryName, EntityPermission entityPermission) -
getItemCategoryByName
-
getItemCategoryByNameForUpdate
public ItemCategory getItemCategoryByNameForUpdate(ExecutionErrorAccumulator eea, String itemCategoryName) -
checkDeleteItemCategory
-
getDefaultItemCategory
-
deleteItemCategory
-