Interface TemplateServiceAsync
public interface TemplateServiceAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
countDocuments
(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Long> callback) void
void
getAttributes
(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttribute[]> callback) void
getTemplate
(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) void
save
(GUITemplate template, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback)
-
Method Details
-
delete
-
save
-
getTemplate
void getTemplate(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback) -
countDocuments
-
getAttributes
void getAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<GUIAttribute[]> callback)
-