Class MaintenanceDocumentAuthorizerBase

java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
All Implemented Interfaces:
Serializable, BusinessObjectAuthorizer, InquiryOrMaintenanceDocumentAuthorizer, DocumentAuthorizer, MaintenanceDocumentAuthorizer, org.kuali.rice.krad.bo.DataObjectAuthorizer, org.kuali.rice.krad.document.DocumentAuthorizer, org.kuali.rice.krad.maintenance.MaintenanceDocumentAuthorizer

@Deprecated public class MaintenanceDocumentAuthorizerBase extends DocumentAuthorizerBase implements MaintenanceDocumentAuthorizer
Deprecated.
Use MaintenanceDocumentAuthorizerBase.
See Also:
  • Field Details

    • documentDictionaryService

      protected static transient org.kuali.rice.krad.service.DocumentDictionaryService documentDictionaryService
      Deprecated.
  • Constructor Details

    • MaintenanceDocumentAuthorizerBase

      public MaintenanceDocumentAuthorizerBase()
      Deprecated.
  • Method Details

    • canCreate

      public boolean canCreate(Class boClass, org.kuali.rice.kim.api.identity.Person user)
      Deprecated.
      Specified by:
      canCreate in interface org.kuali.rice.krad.maintenance.MaintenanceDocumentAuthorizer
    • canMaintain

      public boolean canMaintain(Object dataObject, org.kuali.rice.kim.api.identity.Person user)
      Deprecated.
      Specified by:
      canMaintain in interface org.kuali.rice.krad.maintenance.MaintenanceDocumentAuthorizer
    • canCreateOrMaintain

      public boolean canCreateOrMaintain(org.kuali.rice.krad.maintenance.MaintenanceDocument maintenanceDocument, org.kuali.rice.kim.api.identity.Person user)
      Deprecated.
      Specified by:
      canCreateOrMaintain in interface org.kuali.rice.krad.maintenance.MaintenanceDocumentAuthorizer
    • getSecurePotentiallyHiddenSectionIds

      public Set<String> getSecurePotentiallyHiddenSectionIds()
      Deprecated.
      Specified by:
      getSecurePotentiallyHiddenSectionIds in interface InquiryOrMaintenanceDocumentAuthorizer
    • getSecurePotentiallyReadOnlySectionIds

      public Set<String> getSecurePotentiallyReadOnlySectionIds()
      Deprecated.
      Specified by:
      getSecurePotentiallyReadOnlySectionIds in interface MaintenanceDocumentAuthorizer
    • addRoleQualification

      protected void addRoleQualification(Object dataObject, Map<String,String> attributes)
      Deprecated.
      Overrides:
      addRoleQualification in class DocumentAuthorizerBase
    • addPermissionDetails

      protected void addPermissionDetails(Object dataObject, Map<String,String> attributes)
      Deprecated.
      Overrides:
      addPermissionDetails in class DocumentAuthorizerBase
    • getDocumentDictionaryService

      protected static org.kuali.rice.krad.service.DocumentDictionaryService getDocumentDictionaryService()
      Deprecated.