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(com.ebmwebsourcing.agreement.definition.api.ServiceScope ssTO, GuaranteeBean gb, ManagedAgreementBean mab)
          Constructor
 
Method Summary
 void clear()
          Clears the agreement.
 java.lang.String delete(GuaranteeBean gBean)
          Deletes the current endpoint from the database
 com.ebmwebsourcing.agreement.definition.api.ServiceScope getSsTO()
           
 java.lang.String getValue()
           
 void reset()
          Resets changes made to the current endpoint attributes.
 java.lang.String save()
           
 void setSsTO(com.ebmwebsourcing.agreement.definition.api.ServiceScope ssTO)
           
 void setValue(java.lang.String value)
           
 
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(com.ebmwebsourcing.agreement.definition.api.ServiceScope ssTO,
                           GuaranteeBean gb,
                           ManagedAgreementBean mab)
Constructor

Method Detail

save

public java.lang.String save()
                      throws org.ow2.opensuit.core.error.LocalizedError
Throws:
org.ow2.opensuit.core.error.LocalizedError

delete

public java.lang.String delete(GuaranteeBean gBean)
                        throws org.ow2.opensuit.core.error.LocalizedError
Deletes the current endpoint from the database

Throws:
org.ow2.opensuit.core.error.LocalizedError

reset

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


clear

public void clear()
Clears the agreement.


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 com.ebmwebsourcing.agreement.definition.api.ServiceScope getSsTO()
Returns:
the ssTO

setSsTO

public void setSsTO(com.ebmwebsourcing.agreement.definition.api.ServiceScope ssTO)
Parameters:
ssTO - the ssTO to set


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.