public class TestCustomActionList extends Object implements CustomActionListAttribute, Serializable, CustomEmailAttribute, CustomNoteAttribute
Constructor and Description |
---|
TestCustomActionList() |
Modifier and Type | Method and Description |
---|---|
ActionRequest |
getActionRequestVO() |
String |
getCustomEmailBody() |
String |
getCustomEmailSubject() |
DisplayParameters |
getDocHandlerDisplayParameters(String principalId,
ActionItem actionItem) |
ActionSet |
getLegalActions(String principalId,
ActionItem actionItem) |
Document |
getRouteHeaderVO() |
UserSession |
getUserSession() |
boolean |
isAuthorizedToAddNotes() |
boolean |
isAuthorizedToEditNote(Note note) |
boolean |
isAuthorizedToRetrieveAttachments() |
void |
setActionRequestVO(ActionRequest actionRequestVO) |
void |
setRouteHeaderVO(Document routeHeaderVO) |
void |
setUserSession(UserSession userSession) |
public TestCustomActionList()
public boolean isAuthorizedToAddNotes() throws Exception
isAuthorizedToAddNotes
in interface CustomNoteAttribute
Exception
public boolean isAuthorizedToEditNote(Note note) throws Exception
isAuthorizedToEditNote
in interface CustomNoteAttribute
Exception
public String getCustomEmailBody() throws Exception
getCustomEmailBody
in interface CustomEmailAttribute
Exception
public String getCustomEmailSubject() throws Exception
getCustomEmailSubject
in interface CustomEmailAttribute
Exception
public ActionSet getLegalActions(String principalId, ActionItem actionItem) throws Exception
getLegalActions
in interface CustomActionListAttribute
Exception
public DisplayParameters getDocHandlerDisplayParameters(String principalId, ActionItem actionItem) throws Exception
getDocHandlerDisplayParameters
in interface CustomActionListAttribute
Exception
public Document getRouteHeaderVO()
getRouteHeaderVO
in interface CustomEmailAttribute
getRouteHeaderVO
in interface CustomNoteAttribute
public void setRouteHeaderVO(Document routeHeaderVO)
setRouteHeaderVO
in interface CustomEmailAttribute
setRouteHeaderVO
in interface CustomNoteAttribute
public ActionRequest getActionRequestVO()
getActionRequestVO
in interface CustomEmailAttribute
public void setActionRequestVO(ActionRequest actionRequestVO)
setActionRequestVO
in interface CustomEmailAttribute
public UserSession getUserSession()
getUserSession
in interface CustomNoteAttribute
public void setUserSession(UserSession userSession)
setUserSession
in interface CustomNoteAttribute
public boolean isAuthorizedToRetrieveAttachments() throws Exception
isAuthorizedToRetrieveAttachments
in interface CustomNoteAttribute
Exception
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.