|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.document.authorization.BusinessObjectRestrictionsBase
@Deprecated public class BusinessObjectRestrictionsBase
Field Summary | |
---|---|
protected Set<String> |
allRestrictedFields
Deprecated. |
Constructor Summary | |
---|---|
BusinessObjectRestrictionsBase()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Set<String> allRestrictedFields
Constructor Detail |
---|
public BusinessObjectRestrictionsBase()
Method Detail |
---|
public boolean hasAnyFieldRestrictions()
hasAnyFieldRestrictions
in interface BusinessObjectRestrictions
public boolean hasRestriction(String fieldName)
hasRestriction
in interface BusinessObjectRestrictions
public void addFullyMaskedField(String fieldName, MaskFormatter maskFormatter)
addFullyMaskedField
in interface BusinessObjectRestrictions
public void addPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter)
addPartiallyMaskedField
in interface BusinessObjectRestrictions
public FieldRestriction getFieldRestriction(String fieldName)
getFieldRestriction
in interface BusinessObjectRestrictions
fieldName
- - 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 form
protected boolean isFullyMaskedField(String fieldName)
protected boolean isPartiallyMaskedField(String fieldName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |