| Modifier and Type | Method and Description |
|---|---|
List<AbstractRestrictionData> |
RestrictionListData.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionListData.setRestrictions(List<AbstractRestrictionData> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRestrictionData> |
RestrictionFacade.findAllRestrictions()
Find all restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractRestrictionData> |
DefaultRestrictionFacade.findAllRestrictions() |
protected Comparator<AbstractRestrictionData> |
DefaultRestrictionFacade.getRestrictionComparator() |
protected Converter<AbstractRestrictionModel,AbstractRestrictionData> |
DefaultRestrictionFacade.getRestrictionModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
int |
DefaultRestrictionComparator.compare(AbstractRestrictionData restriction1,
AbstractRestrictionData restriction2) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestrictionFacade.setRestrictionComparator(Comparator<AbstractRestrictionData> restrictionComparator) |
void |
DefaultRestrictionFacade.setRestrictionModelConverter(Converter<AbstractRestrictionModel,AbstractRestrictionData> restrictionModelConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicRestrictionModelPopulator.populate(AbstractRestrictionModel source,
AbstractRestrictionData target) |
Copyright © 2000-2016 SAP SE. All Rights Reserved.