Interface BusinessObjectRestrictions
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
InquiryOrMaintenanceDocumentRestrictions,InquiryRestrictions,MaintenanceDocumentRestrictions
- All Known Implementing Classes:
BusinessObjectRestrictionsBase,InquiryOrMaintenanceDocumentRestrictionsBase,MaintenanceDocumentRestrictionsBase
Deprecated.
Only used in KNS classes, use KRAD.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddFullyMaskedField(String fieldName, org.kuali.rice.krad.datadictionary.mask.MaskFormatter maskFormatter) Deprecated.voidaddPartiallyMaskedField(String fieldName, org.kuali.rice.krad.datadictionary.mask.MaskFormatter maskFormatter) Deprecated.getFieldRestriction(String fieldName) Deprecated.booleanDeprecated.booleanhasRestriction(String fieldName) Deprecated.
-
Method Details
-
hasAnyFieldRestrictions
boolean hasAnyFieldRestrictions()Deprecated. -
hasRestriction
Deprecated. -
addFullyMaskedField
void addFullyMaskedField(String fieldName, org.kuali.rice.krad.datadictionary.mask.MaskFormatter maskFormatter) Deprecated. -
addPartiallyMaskedField
void addPartiallyMaskedField(String fieldName, org.kuali.rice.krad.datadictionary.mask.MaskFormatter maskFormatter) Deprecated. -
getFieldRestriction
Deprecated.
-