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

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

public class PersonToTechServiceBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
PersonToTechServiceBean()
           
 
Method Summary
 java.lang.String addRoleToPerson(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 getPersonId()
           
 java.lang.String[] getPersonRoles()
           
 java.lang.String getTechServiceId()
           
 java.lang.String getType()
           
 void loadPersonRoles()
           
 void reset()
          Resets changes made to the current role attributes.
 void setOrganizationId(java.lang.String organizationId)
           
 void setPersonId(java.lang.String personId)
           
 void setPersonRoles(java.lang.String[] personRoles)
           
 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

PersonToTechServiceBean

public PersonToTechServiceBean()
Method Detail

addRoleToPerson

public java.lang.String addRoleToPerson(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

loadPersonRoles

public void loadPersonRoles()
                     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

getPersonId

public java.lang.String getPersonId()
Returns:
the personId

setPersonId

public void setPersonId(java.lang.String personId)
Parameters:
personId - the personId 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

getPersonRoles

public java.lang.String[] getPersonRoles()
Returns:
the personRoles

setPersonRoles

public void setPersonRoles(java.lang.String[] personRoles)
Parameters:
personRoles - the personRoles 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


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.