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 Details

    • getProcessTypeNamesFromEnums

      List<String> getProcessTypeNamesFromEnums(Collection<TmaProcessType> processTypesEnumCollection)
      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

      TmaProcessType getProcessType(String code)
      Returns a process type given a code.
      Parameters:
      code - the code of the processType.
      Returns:
      The ProcessType object.