@AjaxService(value="heliumCustomization")
public class CustomizationService
extends java.lang.Object
| Constructor and Description |
|---|
CustomizationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCustomization(java.lang.String id) |
void |
deleteCustomizations() |
java.lang.String |
putCustomization(CustomizedComponent changed) |
@AjaxMethod(useContext=true,
txType=UPDATE)
public void deleteCustomizations()
throws com.technia.tvc.core.TVCException
com.technia.tvc.core.TVCException@AjaxMethod(useContext=true,
txType=UPDATE)
public void deleteCustomization(java.lang.String id)
throws com.technia.tvc.core.TVCException
com.technia.tvc.core.TVCException@AjaxMethod(useContext=true,
txType=UPDATE)
public java.lang.String putCustomization(CustomizedComponent changed)
throws com.technia.tvc.core.TVCException
com.technia.tvc.core.TVCException