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

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

public class OrgToEndpointBean
extends java.lang.Object

Author:
ofabre - eBM Websourcing

Constructor Summary
OrgToEndpointBean()
           
 
Method Summary
 java.lang.String addRoleToOrg(javax.servlet.http.HttpServletRequest iRequest, EndpointBean endpointBean)
          Add a role to a person object on a endpoint object with current attributes
 void clear()
          Clears the role.
 java.lang.String getEndpointId()
           
 java.lang.String getId()
           
 java.lang.String getOrganizationId()
           
 java.lang.String[] getOrgRoles()
           
 java.lang.String getType()
           
 void loadOrgRoles()
           
 void reset()
          Resets changes made to the current role attributes.
 void setEndpointId(java.lang.String endpointId)
           
 void setOrganizationId(java.lang.String organizationId)
           
 void setOrgRoles(java.lang.String[] orgRoles)
           
 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

OrgToEndpointBean

public OrgToEndpointBean()
Method Detail

addRoleToOrg

public java.lang.String addRoleToOrg(javax.servlet.http.HttpServletRequest iRequest,
                                     EndpointBean endpointBean)
                              throws org.ow2.opensuit.core.error.LocalizedError
Add a role to a person object on a endpoint 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

getEndpointId

public java.lang.String getEndpointId()

setEndpointId

public void setEndpointId(java.lang.String endpointId)

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.