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