Package com.dotcms.enterprise

Examples of com.dotcms.enterprise.FormAJAXProxy


   *         the total number of results, ...
   * @throws DotDataException
   * @throws DotSecurityException
   */
  public Map<String, Object> searchFormWidget(String formStructureInode) throws DotDataException, DotSecurityException {
    FormAJAXProxy fp = new FormAJAXProxy();
    return fp.searchFormWidget(formStructureInode);
  }
View Full Code Here

TOP

Related Classes of com.dotcms.enterprise.FormAJAXProxy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.