|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.ui.uibeans.sla.ServicePropertiesBean
public class ServicePropertiesBean
| Constructor Summary | |
|---|---|
ServicePropertiesBean()
|
|
ServicePropertiesBean(AgreementBean agreementBean,
org.ow2.dragon.api.to.sla.ServicePropertiesTO spTO)
Loads a technical service from the request parameter 'id'. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears the agreement. |
java.lang.String |
create(MetricBean firstMetric)
Creates an object with current attributes |
java.lang.String |
delete()
Deletes the current endpoint from the database |
java.util.List<MetricBean> |
getMetrics()
|
java.lang.String |
getName()
|
java.lang.String |
getServiceName()
|
org.ow2.dragon.api.to.sla.ServicePropertiesTO |
getSpTO()
|
void |
reset()
Resets changes made to the current endpoint attributes. |
java.lang.String |
save()
|
void |
setName(java.lang.String name)
|
void |
setServiceName(java.lang.String serviceName)
|
void |
setServicePropertiesTO()
|
void |
setSpTO(org.ow2.dragon.api.to.sla.ServicePropertiesTO spTO)
|
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 |
|---|
public ServicePropertiesBean()
public ServicePropertiesBean(AgreementBean agreementBean,
org.ow2.dragon.api.to.sla.ServicePropertiesTO spTO)
| Method Detail |
|---|
public java.lang.String save()
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedErrorpublic void setServicePropertiesTO()
public java.lang.String create(MetricBean firstMetric)
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedError
public java.lang.String delete()
throws com.ebm_ws.infra.bricks.error.LocalizedError
com.ebm_ws.infra.bricks.error.LocalizedErrorpublic void reset()
public void clear()
public void validate()
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public java.util.List<MetricBean> getMetrics()
public org.ow2.dragon.api.to.sla.ServicePropertiesTO getSpTO()
public void setSpTO(org.ow2.dragon.api.to.sla.ServicePropertiesTO spTO)
spTO - the spTO to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||