Interface RestrictionFacade
- All Known Implementing Classes:
DefaultRestrictionFacade
public interface RestrictionFacade
Restriction facade interface which deals with methods related to restriction operations.
-
Method Summary
Modifier and TypeMethodDescriptionFind all restriction types.
-
Method Details
-
findAllRestrictionTypes
List<RestrictionTypeData> findAllRestrictionTypes()Find all restriction types.- Returns:
- list of all
RestrictionTypeData; nevernull
-