org.kuali.rice.krms.impl.authorization
Class AgendaEditorAuthorizer
java.lang.Object
org.kuali.rice.krad.bo.authorization.BusinessObjectAuthorizerBase
org.kuali.rice.krad.document.authorization.DocumentAuthorizerBase
org.kuali.rice.krms.impl.authorization.AgendaEditorAuthorizer
- All Implemented Interfaces:
- BusinessObjectAuthorizer, InquiryOrMaintenanceDocumentAuthorizer, DocumentAuthorizer, MaintenanceDocumentAuthorizer
public class AgendaEditorAuthorizer
- extends DocumentAuthorizerBase
- implements MaintenanceDocumentAuthorizer
Methods inherited from class org.kuali.rice.krad.document.authorization.DocumentAuthorizerBase |
addPermissionDetails, addRoleQualification, addStandardAttributes, canAddNoteAttachment, canDeleteNoteAttachment, canEditDocumentOverview, canInitiate, canOpen, canReceiveAdHoc, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canTakeRequestedAction, canViewNoteAttachment, getDocumentActions, isDocumentInitiator |
Methods inherited from class org.kuali.rice.krad.bo.authorization.BusinessObjectAuthorizerBase |
getCollectionItemPermissionDetails, getCollectionItemRoleQualifications, getDataDictionaryService, getKualiModuleService, getPermissionDetailValues, getPermissionService, getPersonService, getRoleQualification, getRoleQualification, isAuthorized, isAuthorized, isAuthorizedByTemplate, isAuthorizedByTemplate, permissionExistsByTemplate, permissionExistsByTemplate, permissionExistsByTemplate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgendaEditorAuthorizer
public AgendaEditorAuthorizer()
canCreate
public boolean canCreate(Class boClass,
Person user)
- Specified by:
canCreate
in interface MaintenanceDocumentAuthorizer
canMaintain
public boolean canMaintain(Object dataObject,
Person user)
- Specified by:
canMaintain
in interface MaintenanceDocumentAuthorizer
canCreateOrMaintain
public boolean canCreateOrMaintain(MaintenanceDocument maintenanceDocument,
Person user)
- Specified by:
canCreateOrMaintain
in interface MaintenanceDocumentAuthorizer
getSecurePotentiallyReadOnlySectionIds
public Set<String> getSecurePotentiallyReadOnlySectionIds()
- Specified by:
getSecurePotentiallyReadOnlySectionIds
in interface MaintenanceDocumentAuthorizer
getSecurePotentiallyHiddenSectionIds
public Set<String> getSecurePotentiallyHiddenSectionIds()
- Specified by:
getSecurePotentiallyHiddenSectionIds
in interface InquiryOrMaintenanceDocumentAuthorizer
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.