Interface BusinessRulesDefinitionServiceLocal
-
public interface BusinessRulesDefinitionServiceLocalLocal interface for the BusinessRulesDefinition service service from the Planner API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BusinessRuleDefinitiongetBusinessRuleDefinition(java.lang.Integer id)Returns the business rule definition object at the specified IDjava.util.List<BusinessRuleDefinition>getBusinessRulesDefinitions()Returns all business rule definitions
-
-
-
Method Detail
-
getBusinessRuleDefinition
BusinessRuleDefinition getBusinessRuleDefinition(java.lang.Integer id) throws PubServerException, ResourceNotFoundException
Returns the business rule definition object at the specified ID- Parameters:
id- business rule definition ID- Returns:
- the business rule definition
- Throws:
PubServerExceptionResourceNotFoundException- See Also:
BusinessRuleDefinition
-
getBusinessRulesDefinitions
java.util.List<BusinessRuleDefinition> getBusinessRulesDefinitions() throws PubServerException
Returns all business rule definitions- Returns:
- the list of business rule definitions
- Throws:
PubServerException- See Also:
BusinessRuleDefinition
-
-