Interface TemplateServiceAsync
public interface TemplateServiceAsync
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone(long templateId, String cloneName, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) voidcountDocuments(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Long> callback) voidvoidgetAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttribute>> callback) voidgetTemplate(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) voidsave(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) 
- 
Method Details- 
delete
- 
save
- 
clonevoid clone(long templateId, String cloneName, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) 
- 
getTemplatevoid getTemplate(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) 
- 
countDocuments
- 
getAttributesvoid getAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttribute>> callback) 
 
-