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, MaskFormatter maskFormatter) Deprecated.voidaddPartiallyMaskedField(String fieldName, MaskFormatter maskFormatter) Deprecated.getFieldRestriction(String fieldName) Deprecated.booleanDeprecated.booleanhasRestriction(String fieldName) Deprecated.
-
Method Details
-
hasAnyFieldRestrictions
boolean hasAnyFieldRestrictions()Deprecated. -
hasRestriction
Deprecated. -
addFullyMaskedField
Deprecated. -
addPartiallyMaskedField
Deprecated. -
getFieldRestriction
Deprecated.
-