Interface BusinessRulesServiceLocal
public interface BusinessRulesServiceLocal
Local interface for the BusinessRules service from the Planner API
-
Method Summary
Modifier and TypeMethodDescriptionReturns the business rule at the specified IDgetBusinessRules(BusinessRulesFilter filter) Returns the list of business rules fulfilling the search criteria passed as parameter
-
Method Details
-
getBusinessRule
Returns the business rule at the specified ID- Parameters:
id- business rule ID- Returns:
- the business rule
- Throws:
PubServerException- See Also:
-
getBusinessRules
Returns the list of business rules fulfilling the search criteria passed as parameter- Parameters:
filter- search criteria - BussinessRulesFilter object- Returns:
- the list of business rules
- Throws:
PubServerException- See Also:
-