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