@Deprecated public class BusinessObjectRestrictionsBase extends Object implements BusinessObjectRestrictions
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
allRestrictedFields
Deprecated.
|
| Constructor and Description |
|---|
BusinessObjectRestrictionsBase()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFullyMaskedField(String fieldName,
MaskFormatter maskFormatter)
Deprecated.
|
void |
addPartiallyMaskedField(String fieldName,
MaskFormatter maskFormatter)
Deprecated.
|
void |
clearAllRestrictions()
Deprecated.
|
FieldRestriction |
getFieldRestriction(String fieldName)
Deprecated.
This method returns the authorization setting for the given field name.
|
boolean |
hasAnyFieldRestrictions()
Deprecated.
|
boolean |
hasRestriction(String fieldName)
Deprecated.
|
protected boolean |
isFullyMaskedField(String fieldName)
Deprecated.
|
protected boolean |
isPartiallyMaskedField(String fieldName)
Deprecated.
|
protected String |
normalizeFieldName(String fieldName)
Deprecated.
This method is used to convert field names on forms into a format that's compatible with field names
that are registered with a restriction.
|
protected Set<String> allRestrictedFields
public BusinessObjectRestrictionsBase()
public boolean hasAnyFieldRestrictions()
hasAnyFieldRestrictions in interface BusinessObjectRestrictionspublic boolean hasRestriction(String fieldName)
hasRestriction in interface BusinessObjectRestrictionspublic void addFullyMaskedField(String fieldName, MaskFormatter maskFormatter)
addFullyMaskedField in interface BusinessObjectRestrictionspublic void addPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter)
addPartiallyMaskedField in interface BusinessObjectRestrictionspublic FieldRestriction getFieldRestriction(String fieldName)
getFieldRestriction in interface BusinessObjectRestrictionsfieldName - - name of field to get authorization restrictions for.public void clearAllRestrictions()
protected String normalizeFieldName(String fieldName)
fieldName - The field name that would be rendered on a formprotected boolean isFullyMaskedField(String fieldName)
protected boolean isPartiallyMaskedField(String fieldName)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.