Interface TemplateServiceAsync
- 
public interface TemplateServiceAsync 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcountDocuments(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)voiddelete(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Void> 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 Detail
- 
delete
void delete(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) 
- 
save
void save(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback)
 
- 
getTemplate
void getTemplate(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) 
- 
countDocuments
void countDocuments(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Long> callback) 
 - 
 
 -