Package org.apache.fineract.cob.service
Class BusinessStepCategoryServiceImpl
java.lang.Object
org.apache.fineract.cob.service.BusinessStepCategoryServiceImpl
- All Implemented Interfaces:
BusinessStepCategoryService
@Service
public class BusinessStepCategoryServiceImpl
extends Object
implements BusinessStepCategoryService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends org.apache.fineract.cob.COBBusinessStep> getBusinessStepByCategory(String category)
-
Constructor Details
-
BusinessStepCategoryServiceImpl
public BusinessStepCategoryServiceImpl()
-
-
Method Details
-
getBusinessStepByCategory
public Class<? extends org.apache.fineract.cob.COBBusinessStep> getBusinessStepByCategory(String category) - Specified by:
getBusinessStepByCategoryin interfaceBusinessStepCategoryService
-