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

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

public class PersonToEndpointBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
PersonToEndpointBean()
           
 
Method Summary
 java.lang.String addRoleToPerson(javax.servlet.http.HttpServletRequest iRequest, EndpointBean endpointBean)
          Add a role to a person object on a technical service object with current attributes
 void clear()
          Clears the role.
 java.lang.String getEndpointId()
           
 java.lang.String getId()
           
 java.lang.String getOrganizationId()
           
 java.lang.String getPersonId()
           
 java.lang.String[] getPersonRoles()
           
 java.lang.String getType()
           
 void loadPersonRoles()
           
 void reset()
          Resets changes made to the current role attributes.
 void setEndpointId(java.lang.String endpointId)
           
 void setOrganizationId(java.lang.String organizationId)
           
 void setPersonId(java.lang.String personId)
           
 void setPersonRoles(java.lang.String[] personRoles)
           
 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

PersonToEndpointBean

public PersonToEndpointBean()
Method Detail

addRoleToPerson

public java.lang.String addRoleToPerson(javax.servlet.http.HttpServletRequest iRequest,
                                        EndpointBean endpointBean)
                                 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

getEndpointId

public java.lang.String getEndpointId()

setEndpointId

public void setEndpointId(java.lang.String endpointId)

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.