Interface B2BApprovalProcessService
- All Known Implementing Classes:
DefaultB2BApprovalProcessService
public interface B2BApprovalProcessService
The Interface B2BApprovalProcessService.
-
Method Summary
Modifier and TypeMethodDescriptionGet approval process code from unit, checking parent units up the organization tree up to the root unit if process is not set in theunitgetProcesses(BaseStoreModel store) Gets the processes.
-
Method Details
-
getProcesses
Gets the processes.- Parameters:
store- the store- Returns:
- the processes
-
getApprovalProcessCodeForUnit
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
-