| Modifier and Type | Method and Description |
|---|---|
boolean |
HasRestrictionNameChangedUpdatePredicate.test(AbstractRestrictionData restrictionData) |
boolean |
RestrictionNameExistsPredicate.test(AbstractRestrictionData restrictionData)
Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception
is correctly handled in the catch clause.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryRestrictionData |
class |
TimeRestrictionData |
class |
UserGroupRestrictionData |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
UpdateRestrictionValidationDto.getRestriction() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRestrictionValidationDto.setRestriction(AbstractRestrictionData restriction) |
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
RestrictionFacade.createRestriction(AbstractRestrictionData restrictionData)
Create a new restriction
|
AbstractRestrictionData |
RestrictionFacade.findRestrictionById(java.lang.String id)
Find a restriction based on its id
|
AbstractRestrictionData |
RestrictionFacade.updateRestriction(java.lang.String id,
AbstractRestrictionData restrictionData)
Update a restriction
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionData> |
RestrictionFacade.findAllRestrictions()
Find all restrictions.
|
SearchResult<AbstractRestrictionData> |
RestrictionFacade.findRestrictionsByMask(java.lang.String mask,
NamedQueryData namedQuery)
For a given mask used as filter and a
NamedQueryData query, will return a page object consisting of the
content list of the requested page number and the total number of entities for the given mask |
SearchResult<AbstractRestrictionData> |
RestrictionFacade.findRestrictionsByNamedQuery(NamedQueryData namedQuery)
Search for a single page of restrictions using a named query.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
RestrictionFacade.createRestriction(AbstractRestrictionData restrictionData)
Create a new restriction
|
AbstractRestrictionData |
RestrictionFacade.updateRestriction(java.lang.String id,
AbstractRestrictionData restrictionData)
Update a restriction
|
| Modifier and Type | Method and Description |
|---|---|
AbstractRestrictionData |
DefaultRestrictionFacade.createRestriction(AbstractRestrictionData restrictionData) |
AbstractRestrictionData |
DefaultRestrictionFacade.findRestrictionById(java.lang.String id) |
AbstractRestrictionData |
DefaultRestrictionFacade.updateRestriction(java.lang.String id,
AbstractRestrictionData restrictionData) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractRestrictionData> |
DefaultRestrictionFacade.findAllRestrictions() |
SearchResult<AbstractRestrictionData> |
DefaultRestrictionFacade.findRestrictionsByMask(java.lang.String mask,
NamedQueryData namedQueryData) |
SearchResult<AbstractRestrictionData> |
DefaultRestrictionFacade.findRestrictionsByNamedQuery(NamedQueryData namedQueryData) |
protected AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
DefaultRestrictionFacade.getDataToModelConverter(java.lang.String typecode)
Get data to model converter for a given typecode.
|
protected AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
DefaultRestrictionFacade.getModelToDataConverter(java.lang.String typecode)
Get model to data converter for a given typecode.
|
protected java.util.Comparator<AbstractRestrictionData> |
DefaultRestrictionFacade.getRestrictionComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected UpdateRestrictionValidationDto |
DefaultRestrictionFacade.buildRestrictionValidationDto(java.lang.String originalUid,
AbstractRestrictionData restriction)
Build a DTO for validating a restriction to be updated.
|
int |
DefaultRestrictionComparator.compare(AbstractRestrictionData restriction1,
AbstractRestrictionData restriction2) |
AbstractRestrictionData |
DefaultRestrictionFacade.createRestriction(AbstractRestrictionData restrictionData) |
protected void |
DefaultRestrictionFacade.generateRestrictionUid(AbstractRestrictionData restrictionData) |
AbstractRestrictionData |
DefaultRestrictionFacade.updateRestriction(java.lang.String id,
AbstractRestrictionData restrictionData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestrictionFacade.setRestrictionComparator(java.util.Comparator<AbstractRestrictionData> restrictionComparator) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicRestrictionDataToModelPopulator.populate(AbstractRestrictionData source,
AbstractRestrictionModel target) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicRestrictionModelPopulator.populate(AbstractRestrictionModel source,
AbstractRestrictionData target) |
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
RestrictionModelToDataConverter.getConverter()
Get the converter to be applied.
|
AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
RestrictionDataToModelConverter.getConverter()
Get the converter to be applied.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> |
DefaultRestrictionDataToModelConverter.getConverter() |
AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> |
DefaultRestrictionModelToDataConverter.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRestrictionDataToModelConverter.setConverter(AbstractPopulatingConverter<AbstractRestrictionData,AbstractRestrictionModel> converter) |
void |
DefaultRestrictionModelToDataConverter.setConverter(AbstractPopulatingConverter<AbstractRestrictionModel,AbstractRestrictionData> converter) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Predicate<AbstractRestrictionData> |
UpdateRestrictionValidator.getHasRestrictionNameChangedPredicate() |
protected java.util.function.Predicate<AbstractRestrictionData> |
CreateRestrictionValidator.getRestrictionNameExistsPredicate() |
protected java.util.function.Predicate<AbstractRestrictionData> |
UpdateRestrictionValidator.getRestrictionNameExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRestrictionValidator.setHasRestrictionNameChangedPredicate(java.util.function.Predicate<AbstractRestrictionData> hasRestrictionNameChangedPredicate) |
void |
CreateRestrictionValidator.setRestrictionNameExistsPredicate(java.util.function.Predicate<AbstractRestrictionData> restrictionNameExistsPredicate) |
void |
UpdateRestrictionValidator.setRestrictionNameExistsPredicate(java.util.function.Predicate<AbstractRestrictionData> restrictionNameExistsPredicate) |
Copyright © 2017 SAP SE. All Rights Reserved.