Interface TemplateServiceAsync


public interface TemplateServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    clone(long templateId, String cloneName, com.google.gwt.user.client.rpc.AsyncCallback<GUITemplate> callback)
     
    void
    countDocuments(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Long> callback)
     
    void
    delete(long templateId, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    getAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<List<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

      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)
    • clone

      void clone(long templateId, String cloneName, 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)
    • getAttributes

      void getAttributes(long templateId, GUIExtensibleObject extensibleObject, com.google.gwt.user.client.rpc.AsyncCallback<List<GUIAttribute>> callback)