org.kuali.rice.krms.impl.authorization
Class AgendaEditorAuthorizer
java.lang.Object
org.kuali.rice.krad.bo.DataObjectAuthorizerBase
org.kuali.rice.krad.document.DocumentAuthorizerBase
org.kuali.rice.krms.impl.authorization.AgendaEditorAuthorizer
- All Implemented Interfaces:
- Serializable, DataObjectAuthorizer, DocumentAuthorizer, MaintenanceDocumentAuthorizer
public class AgendaEditorAuthorizer
- extends DocumentAuthorizerBase
- implements MaintenanceDocumentAuthorizer
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.document.DocumentAuthorizerBase |
addPermissionDetails, addRoleQualification, addStandardAttributes, canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment, isDocumentInitiator |
Methods inherited from class org.kuali.rice.krad.bo.DataObjectAuthorizerBase |
getPermissionDetailValues, getPermissionService, getPersonService, 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 |
Methods inherited from interface org.kuali.rice.krad.document.DocumentAuthorizer |
canAcknowledge, canAddNoteAttachment, canAnnotate, canApprove, canBlanketApprove, canCancel, canClose, canCopy, canDeleteNoteAttachment, canDisapprove, canEdit, canEditDocumentOverview, canFyi, canInitiate, canOpen, canPerformRouteReport, canRecall, canReceiveAdHoc, canReload, canRoute, canSave, canSendAdHocRequests, canSendAnyTypeAdHocRequests, canSendNoteFyi, canTakeRequestedAction, canViewNoteAttachment |
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
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.