Interface TmaBpoPreConfigDao
- All Known Implementing Classes:
DefaultTmaBpoPreConfigDao
public interface TmaBpoPreConfigDao
Data Access Objects related to
TmaBpoPreConfigModel- Since:
- 6.7
-
Method Summary
Modifier and TypeMethodDescriptionfindBpoPreconfigByCode(String code, CatalogVersionModel catalogVersion) RetrievesTmaBpoPreConfigModelby the given code
-
Method Details
-
findBpoPreconfigByCode
RetrievesTmaBpoPreConfigModelby the given code- Parameters:
code- Unique identifier for theTmaBpoPreConfigModelcatalogVersion- The Catalog version of the instance to be fetched- Returns:
TmaBpoPreConfigModel
-