Interface TmaProcessTypeFacade
- All Known Implementing Classes:
DefaultTmaProcessTypeFacadeImpl
public interface TmaProcessTypeFacade
Facade manipulating data and processes involved in available process types (Retention, Acquistion etc)
- Since:
- 6.7
-
Method Summary
Modifier and TypeMethodDescriptiongetProcessType(String code) Returns a process type given a code.getProcessTypeNamesFromEnums(Collection<TmaProcessType> processTypesEnumCollection) Obtains the list of process types names from the given collection of process type enums.
-
Method Details
-
getProcessTypeNamesFromEnums
Obtains the list of process types names from the given collection of process type enums.- Parameters:
processTypesEnumCollection- the collection of purchase flow enums- Returns:
- the list of process type names corresponding to the given enum
-
getProcessType
Returns a process type given a code.- Parameters:
code- the code of the processType.- Returns:
- The ProcessType object.
-