@Deprecated public interface BusinessObjectAuthorizationService extends DataObjectAuthorizationService
| Modifier and Type | Method and Description | 
|---|---|
| boolean | canFullyUnmaskField(Person user,
                                      Class<?> dataObjectClass,
                                      String fieldName,
                                      Document document)Deprecated.  | 
| boolean | canPartiallyUnmaskField(Person user,
                                              Class<?> businessObjectClass,
                                              String fieldName,
                                              Document document)Deprecated.  | 
| InquiryRestrictions | getInquiryRestrictions(BusinessObject businessObject,
                                            Person user)Deprecated.  | 
| BusinessObjectRestrictions | getLookupResultRestrictions(Object dataObject,
                                                      Person user)Deprecated.  | 
| MaintenanceDocumentRestrictions | getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument,
                                                                    Person user)Deprecated.  | 
attributeValueNeedsToBeEncryptedOnFormsAndLinks, canCreate, canMaintainBusinessObjectRestrictions getLookupResultRestrictions(Object dataObject, Person user)
InquiryRestrictions getInquiryRestrictions(BusinessObject businessObject, Person user)
MaintenanceDocumentRestrictions getMaintenanceDocumentRestrictions(MaintenanceDocument maintenanceDocument, Person user)
boolean canFullyUnmaskField(Person user, Class<?> dataObjectClass, String fieldName, Document document)
boolean canPartiallyUnmaskField(Person user, Class<?> businessObjectClass, String fieldName, Document document)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.