public class OutputRightsAction extends DefaultAction
| Constructor and Description |
|---|
OutputRightsAction() |
| Modifier and Type | Method and Description |
|---|---|
net.sourceforge.stripes.action.Resolution |
admin() |
net.sourceforge.stripes.action.Resolution |
createOutputRights() |
net.sourceforge.stripes.action.Resolution |
createOutputRightsComplete() |
net.sourceforge.stripes.action.Resolution |
fillSelectedOrganizationIds() |
String |
getOrganizationIds() |
List<nl.b3p.datastorelinker.entity.Organization> |
getOrgs() |
List<nl.b3p.datastorelinker.entity.Inout> |
getOutputs() |
List<nl.b3p.datastorelinker.entity.Organization> |
getSelectedOrgIds() |
nl.b3p.datastorelinker.entity.Inout |
getSelectedOutput() |
Integer |
getSelectedOutputId() |
net.sourceforge.stripes.action.Resolution |
list() |
void |
setOrganizationIds(String organizationIds) |
void |
setOrgs(List<nl.b3p.datastorelinker.entity.Organization> orgs) |
void |
setOutputs(List<nl.b3p.datastorelinker.entity.Inout> outputs) |
void |
setSelectedOrgIds(List<nl.b3p.datastorelinker.entity.Organization> selectedOrgIds) |
void |
setSelectedOutput(nl.b3p.datastorelinker.entity.Inout selectedOutput) |
void |
setSelectedOutputId(Integer selectedOutputId) |
net.sourceforge.stripes.action.Resolution |
updateOutputRights() |
getContext, getUploadPath, getUserId, getUserOrganiztionId, isUserAdmin, setContext@DefaultHandler public net.sourceforge.stripes.action.Resolution admin()
public net.sourceforge.stripes.action.Resolution list()
public net.sourceforge.stripes.action.Resolution updateOutputRights()
public net.sourceforge.stripes.action.Resolution fillSelectedOrganizationIds()
public net.sourceforge.stripes.action.Resolution createOutputRights()
public net.sourceforge.stripes.action.Resolution createOutputRightsComplete()
public List<nl.b3p.datastorelinker.entity.Inout> getOutputs()
public void setOutputs(List<nl.b3p.datastorelinker.entity.Inout> outputs)
public nl.b3p.datastorelinker.entity.Inout getSelectedOutput()
public void setSelectedOutput(nl.b3p.datastorelinker.entity.Inout selectedOutput)
public Integer getSelectedOutputId()
public void setSelectedOutputId(Integer selectedOutputId)
public List<nl.b3p.datastorelinker.entity.Organization> getOrgs()
public void setOrgs(List<nl.b3p.datastorelinker.entity.Organization> orgs)
public String getOrganizationIds()
public void setOrganizationIds(String organizationIds)
public List<nl.b3p.datastorelinker.entity.Organization> getSelectedOrgIds()
public void setSelectedOrgIds(List<nl.b3p.datastorelinker.entity.Organization> selectedOrgIds)
Copyright © 2018 B3Partners B.V.. All rights reserved.