org.ow2.dragon.ui.uibeans.sla
Class ServiceSelectorBean

java.lang.Object
  extended by org.ow2.dragon.ui.uibeans.sla.ServiceSelectorBean

public class ServiceSelectorBean
extends java.lang.Object

Author:
nsaladge - eBM Websourcing

Constructor Summary
ServiceSelectorBean()
          Default constructor
ServiceSelectorBean(org.ow2.dragon.api.to.sla.ServiceSelectorTO ssTO)
          Constructor
 
Method Summary
 void clear()
          Clears the agreement.
 java.lang.String delete(GuaranteeBean gBean)
          Deletes the current endpoint from the database
 long getId()
           
 org.ow2.dragon.api.to.sla.ServiceSelectorTO getSsTO()
           
 java.lang.String getValue()
           
 void load(javax.servlet.http.HttpServletRequest iRequest)
          Loads a technical service from the request parameter 'id'.
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setId(long id)
           
 void setServiceSelectorTO()
           
 void setSsTO(org.ow2.dragon.api.to.sla.ServiceSelectorTO ssTO)
           
 void setValue(java.lang.String value)
           
 void validate()
          Validate the endpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceSelectorBean

public ServiceSelectorBean()
Default constructor


ServiceSelectorBean

public ServiceSelectorBean(org.ow2.dragon.api.to.sla.ServiceSelectorTO ssTO)
Constructor

Method Detail

load

public void load(javax.servlet.http.HttpServletRequest iRequest)
          throws com.ebm_ws.infra.bricks.error.LocalizedError
Loads a technical service from the request parameter 'id'.

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

save

public java.lang.String save()
                      throws com.ebm_ws.infra.bricks.error.LocalizedError
Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

setServiceSelectorTO

public void setServiceSelectorTO()

delete

public java.lang.String delete(GuaranteeBean gBean)
                        throws com.ebm_ws.infra.bricks.error.LocalizedError
Deletes the current endpoint from the database

Throws:
com.ebm_ws.infra.bricks.error.LocalizedError

reset

public void reset()
Resets changes made to the current endpoint attributes.


clear

public void clear()
Clears the agreement.


validate

public void validate()
Validate the endpoint


getId

public long getId()
Returns:
the id

setId

public void setId(long id)
Parameters:
id - the id to set

getValue

public java.lang.String getValue()
Returns:
the value

setValue

public void setValue(java.lang.String value)
Parameters:
value - the value to set

getSsTO

public org.ow2.dragon.api.to.sla.ServiceSelectorTO getSsTO()
Returns:
the ssTO

setSsTO

public void setSsTO(org.ow2.dragon.api.to.sla.ServiceSelectorTO ssTO)
Parameters:
ssTO - the ssTO to set


Copyright © 2008 eBMWebsourcing. All Rights Reserved.