it.sistematica.isharedoc.action.workgroup
Class SwimlaneAction
java.lang.Object
it.sistematica.isharedoc.action.BaseAction
it.sistematica.isharedoc.action.workgroup.SwimlaneAction
- All Implemented Interfaces:
- org.apache.struts2.interceptor.ParameterAware, org.apache.struts2.interceptor.ServletRequestAware, org.apache.struts2.interceptor.SessionAware
@Controller(value="workgroupSwimlaneAction")
@Secured(value={"family:isharedoc.swimlane","function:.view"})
public class SwimlaneAction
- extends BaseAction
Methods inherited from class it.sistematica.isharedoc.action.BaseAction |
dateFormat, escapeHTML, escapeJavascript, escapeXml, execute, getCancelMessage, getExceptionStack, getFileId, getFileName, getJsonResult, getParameters, getRedirectURL, getRequestId, getResultCode, getResultMessage, getSearch, getServletRequest, getSession, getTaskLink, prepareCloudFile, prepareEntity, prepareEntity, prepareEntityUsingString, prepareEntityUsingString, prepareExport, prepareExport, setFileId, setFileName, setParameters, setServletRequest, setSession, trimToLength, trimToLength, unescapeHTML, unescapeJavascript, unescapeXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwimlaneAction
public SwimlaneAction()
mainPanel
public java.lang.String mainPanel()
edit
public java.lang.String edit()
swimlanes
public java.lang.String swimlanes()
swimlaneDetail
public java.lang.String swimlaneDetail()
organizations
public java.lang.String organizations()
slOrganizations
public java.lang.String slOrganizations()
storyboardViews
public java.lang.String storyboardViews()
organizationsUserAcl
public java.lang.String organizationsUserAcl()
prepare
public void prepare()
prepareSaveAcl
public void prepareSaveAcl()
prepareDeleteAcl
public void prepareDeleteAcl()
save
@Transactional
@Secured(value="function:.edit")
public java.lang.String save()
remove
@Transactional
@Secured(value="function:.edit")
public java.lang.String remove()
addOrganization
@Transactional
@Secured(value="function:.edit")
public java.lang.String addOrganization()
removeOrganization
@Transactional
@Secured(value="function:.edit")
public java.lang.String removeOrganization()
saveAcl
@Transactional
@Secured(value="function:.edit")
public java.lang.String saveAcl()
deleteAcl
@Transactional
@Secured(value="function:.edit")
public java.lang.String deleteAcl()
swimlaneOrganizations
public java.lang.String swimlaneOrganizations()
getOrganizationVersionId
public java.lang.String getOrganizationVersionId()
getSwimlane
public Swimlane getSwimlane()
getOrganization
public Organization getOrganization()
getOrganizationVersion
public OrganizationVersion getOrganizationVersion()
getLinkedOrganizations
public java.util.List<Organization> getLinkedOrganizations()
getAcl
public OrganizationUserAcl getAcl()
getSwimlanes
public java.util.List<Swimlane> getSwimlanes()
getOrganizationVersions
public java.util.List<OrganizationVersion> getOrganizationVersions()
getOrganizations
public java.util.List<Organization> getOrganizations()
getSwimlaneOrganizations
public java.util.List<Organization> getSwimlaneOrganizations()
orgChildrenNodes
public java.util.List<java.lang.Object> orgChildrenNodes(Organization org)
getStoryboardInSwimlane
public java.util.List<Storyboard> getStoryboardInSwimlane()
getStoryboardViewList
public java.util.List<View> getStoryboardViewList()
getOrganizationUserAclList
public java.util.List<OrganizationUserAcl> getOrganizationUserAclList()
getOrganizationUser
public OrganizationUser getOrganizationUser()
setStoryboard
public void setStoryboard(java.lang.Long storyboard)