Interface B2BApprovalProcessService
-
- All Known Implementing Classes:
DefaultB2BApprovalProcessService
public interface B2BApprovalProcessServiceThe Interface B2BApprovalProcessService.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApprovalProcessCodeForUnit(B2BUnitModel unit)Get approval process code from unit, checking parent units up the organization tree up to the root unit if process is not set in theunitjava.util.Map<java.lang.String,java.lang.String>getProcesses(BaseStoreModel store)Gets the processes.
-
-
-
Method Detail
-
getProcesses
java.util.Map<java.lang.String,java.lang.String> getProcesses(BaseStoreModel store)
Gets the processes.- Parameters:
store- the store- Returns:
- the processes
-
getApprovalProcessCodeForUnit
java.lang.String getApprovalProcessCodeForUnit(B2BUnitModel unit)
Get approval process code from unit, checking parent units up the organization tree up to the root unit if process is not set in theunit- Parameters:
unit-- Returns:
- approval process code
-
-