| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BusinessObjectRestrictions | |
|---|---|
| org.kuali.rice.kim.lookup | |
| org.kuali.rice.kns.document.authorization | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kns.inquiry | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kns.lookup | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kns.service | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | 
| org.kuali.rice.kns.service.impl | |
| Uses of BusinessObjectRestrictions in org.kuali.rice.kim.lookup | 
|---|
| Methods in org.kuali.rice.kim.lookup with parameters of type BusinessObjectRestrictions | |
|---|---|
| protected  HtmlData | RoleLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject,
                                               Properties parameters,
                                               LookupForm lookupForm,
                                               List returnKeys,
                                               BusinessObjectRestrictions businessObjectRestrictions) | 
| Uses of BusinessObjectRestrictions in org.kuali.rice.kns.document.authorization | 
|---|
| Subinterfaces of BusinessObjectRestrictions in org.kuali.rice.kns.document.authorization | |
|---|---|
|  interface | InquiryOrMaintenanceDocumentRestrictions | 
|  interface | MaintenanceDocumentRestrictions | 
| Classes in org.kuali.rice.kns.document.authorization that implement BusinessObjectRestrictions | |
|---|---|
|  class | BusinessObjectRestrictionsBase | 
|  class | InquiryOrMaintenanceDocumentRestrictionsBase | 
|  class | MaintenanceDocumentRestrictionsBase | 
| Uses of BusinessObjectRestrictions in org.kuali.rice.kns.inquiry | 
|---|
| Subinterfaces of BusinessObjectRestrictions in org.kuali.rice.kns.inquiry | |
|---|---|
|  interface | InquiryRestrictionsThis is a description of what this class does - abyrne don't forget to fill this in. | 
| Uses of BusinessObjectRestrictions in org.kuali.rice.kns.lookup | 
|---|
| Methods in org.kuali.rice.kns.lookup with parameters of type BusinessObjectRestrictions | |
|---|---|
|  String | AbstractLookupableHelperServiceImpl.getActionUrls(BusinessObject businessObject,
                           List pkNames,
                           BusinessObjectRestrictions businessObjectRestrictions)This method is called by performLookup method to generate action urls. | 
|  String | LookupableHelperService.getActionUrls(BusinessObject businessObject,
                           List pkNames,
                           BusinessObjectRestrictions businessObjectRestrictions)Builds string of action urls that can take place for a result row | 
| protected  String | AbstractLookupableHelperServiceImpl.getActionUrlTitleText(BusinessObject businessObject,
                                           String displayText,
                                           List pkNames,
                                           BusinessObjectRestrictions businessObjectRestrictions)This method generates and returns title text for action urls. | 
|  String | AbstractLookupableHelperServiceImpl.getMaintenanceUrl(BusinessObject businessObject,
                                   HtmlData htmlData,
                                   List pkNames,
                                   BusinessObjectRestrictions businessObjectRestrictions)Build a maintenance url. | 
|  String | LookupableHelperService.getMaintenanceUrl(BusinessObject businessObject,
                                   HtmlData htmlData,
                                   List pkNames,
                                   BusinessObjectRestrictions businessObjectRestrictions)This method builds a maintenance url. | 
| protected  HtmlData | AbstractLookupableHelperServiceImpl.getReturnAnchorHtmlData(BusinessObject businessObject,
                                               Properties parameters,
                                               LookupForm lookupForm,
                                               List returnKeys,
                                               BusinessObjectRestrictions businessObjectRestrictions) | 
| protected  HtmlData | AbstractLookupableHelperServiceImpl.getReturnInputHtmlData(BusinessObject businessObject,
                                             Properties parameters,
                                             LookupForm lookupForm,
                                             List returnKeys,
                                             BusinessObjectRestrictions businessObjectRestrictions) | 
|  HtmlData | AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject,
                         LookupForm lookupForm,
                         List returnKeys,
                         BusinessObjectRestrictions businessObjectRestrictions) | 
|  HtmlData | LookupableHelperService.getReturnUrl(BusinessObject businessObject,
                         LookupForm lookupForm,
                         List returnKeys,
                         BusinessObjectRestrictions businessObjectRestrictions)This method builds the return url | 
|  HtmlData | Lookupable.getReturnUrl(BusinessObject businessObject,
                         Map<String,String> fieldConversions,
                         String lookupImpl,
                         BusinessObjectRestrictions businessObjectRestrictions)Deprecated. Builds the return value url. | 
|  HtmlData | KualiLookupableImpl.getReturnUrl(BusinessObject bo,
                         Map fieldConversions,
                         String lookupImpl,
                         BusinessObjectRestrictions businessObjectRestrictions) | 
|  HtmlData | AbstractLookupableHelperServiceImpl.getReturnUrl(BusinessObject businessObject,
                         Map fieldConversions,
                         String lookupImpl,
                         List returnKeys,
                         BusinessObjectRestrictions businessObjectRestrictions)This method is for lookupable implementations | 
|  HtmlData | LookupableHelperService.getReturnUrl(BusinessObject businessObject,
                         Map fieldConversions,
                         String lookupImpl,
                         List returnKeys,
                         BusinessObjectRestrictions businessObjectRestrictions)Builds the return value url. | 
| static String | HtmlData.getTitleText(String prependText,
                         Object dataObject,
                         List<String> keys,
                         BusinessObjectRestrictions businessObjectRestrictions)Deprecated. KFSMI-658 This method gets the title text for a link/control | 
| protected  String | AbstractLookupableHelperServiceImpl.maskValueIfNecessary(Class businessObjectClass,
                                         String propertyName,
                                         String propertyValue,
                                         BusinessObjectRestrictions businessObjectRestrictions) | 
| Uses of BusinessObjectRestrictions in org.kuali.rice.kns.service | 
|---|
| Methods in org.kuali.rice.kns.service that return BusinessObjectRestrictions | |
|---|---|
|  BusinessObjectRestrictions | BusinessObjectAuthorizationService.getLookupResultRestrictions(Object dataObject,
                                                       Person user)Deprecated. | 
| Uses of BusinessObjectRestrictions in org.kuali.rice.kns.service.impl | 
|---|
| Methods in org.kuali.rice.kns.service.impl that return BusinessObjectRestrictions | |
|---|---|
|  BusinessObjectRestrictions | BusinessObjectAuthorizationServiceImpl.getLookupResultRestrictions(Object dataObject,
                                                       Person user)Deprecated. | 
| Methods in org.kuali.rice.kns.service.impl with parameters of type BusinessObjectRestrictions | |
|---|---|
| protected  void | BusinessObjectAuthorizationServiceImpl.considerBusinessObjectFieldUnmaskAuthorization(Object dataObject,
                                                                                             Person user,
                                                                                             BusinessObjectRestrictions businessObjectRestrictions,
                                                                                             String propertyPrefix,
                                                                                             Document document)Deprecated. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||