org.ow2.dragon.ui.uibeans.organization
Class OrgToTechServiceBean
java.lang.Object
org.ow2.dragon.ui.uibeans.organization.OrgToTechServiceBean
public class OrgToTechServiceBean
- extends java.lang.Object
- Author:
- ofabre - eBM Websourcing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrgToTechServiceBean
public OrgToTechServiceBean()
addRoleToOrg
public java.lang.String addRoleToOrg(javax.servlet.http.HttpServletRequest iRequest,
TechnicalServiceBean techServiceBean)
throws org.ow2.opensuit.core.error.LocalizedError
- Add a role to a person object on a technical service object with current
attributes
- Throws:
org.ow2.opensuit.core.error.LocalizedError
loadOrgRoles
public void loadOrgRoles()
throws org.ow2.opensuit.core.error.LocalizedError
- Throws:
org.ow2.opensuit.core.error.LocalizedError
reset
public void reset()
- Resets changes made to the current role attributes.
clear
public void clear()
- Clears the role.
getId
public java.lang.String getId()
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
getTechServiceId
public java.lang.String getTechServiceId()
- Returns:
- the techServiceId
setTechServiceId
public void setTechServiceId(java.lang.String techServiceId)
- Parameters:
techServiceId - the techServiceId to set
getOrganizationId
public java.lang.String getOrganizationId()
- Returns:
- the organizationId
setOrganizationId
public void setOrganizationId(java.lang.String organizationId)
- Parameters:
organizationId - the organizationId to set
getOrgRoles
public java.lang.String[] getOrgRoles()
- Returns:
- the orgRoles
setOrgRoles
public void setOrgRoles(java.lang.String[] orgRoles)
- Parameters:
orgRoles - the orgRoles to set
Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.