Interface RestrictionFacade
-
- All Known Implementing Classes:
DefaultRestrictionFacade
public interface RestrictionFacadeRestriction facade interface which deals with methods related to restriction operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RestrictionTypeData>findAllRestrictionTypes()Find all restriction types.
-
-
-
Method Detail
-
findAllRestrictionTypes
java.util.List<RestrictionTypeData> findAllRestrictionTypes()
Find all restriction types.- Returns:
- list of all
RestrictionTypeData; nevernull
-
-