org.ow2.dragon.ui.uibeans.organization
Class OrgToTechServiceBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.organization.OrgToTechServiceBean

public class OrgToTechServiceBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
OrgToTechServiceBean()
           
 
Method Summary
 java.lang.String addRoleToOrg(javax.servlet.http.HttpServletRequest iRequest, TechnicalServiceBean techServiceBean)
          Add a role to a person object on a technical service object with current attributes
 void clear()
          Clears the role.
 java.lang.String getId()
           
 java.lang.String getOrganizationId()
           
 java.lang.String[] getOrgRoles()
           
 java.lang.String getTechServiceId()
           
 java.lang.String getType()
           
 void loadOrgRoles()
           
 void reset()
          Resets changes made to the current role attributes.
 void setOrganizationId(java.lang.String organizationId)
           
 void setOrgRoles(java.lang.String[] orgRoles)
           
 void setTechServiceId(java.lang.String techServiceId)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrgToTechServiceBean

public OrgToTechServiceBean()
Method Detail

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.