getTransactionTemplateMappingsByOrgUnitAndUseCaseId(@MobiliserParam(name="orgunit", required=true, length=6, description="The orgunit to filter for") String, @MobiliserParam(name="useCaseId", required=true, length=5, description="The use case id to filter for") int) method

Returns all records for the given orgunit and use case id from the database.

Syntax

List< TransactionTemplateMapping > getTransactionTemplateMappingsByOrgUnitAndUseCaseId ( @MobiliserParam(name="orgunit", required=true, length=6, description="The orgunit to filter for") String orgunit , @MobiliserParam(name="useCaseId", required=true, length=5, description="The use case id to filter for") int useCaseId )

Parameters