public interface BusinessObjectRestrictions extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addFullyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
void |
addPartiallyMaskedField(String fieldName,
MaskFormatter maskFormatter) |
FieldRestriction |
getFieldRestriction(String fieldName) |
boolean |
hasAnyFieldRestrictions() |
boolean |
hasRestriction(String fieldName) |
boolean hasAnyFieldRestrictions()
boolean hasRestriction(String fieldName)
void addFullyMaskedField(String fieldName, MaskFormatter maskFormatter)
void addPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter)
FieldRestriction getFieldRestriction(String fieldName)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.