Package com.dotmarketing.portlets.contentlet.ajax

Examples of com.dotmarketing.portlets.contentlet.ajax.ContentletAjax


            listCategoriesValues.add(value);
          }
        }
      }

      ContentletAjax contentletAjax = new ContentletAjax();
      List<Map<String, String>> contentlets = contentletAjax.searchContentletsByUser(structureInode, listFieldsValues, listCategoriesValues, Boolean.parseBoolean(showDeleted), Boolean.parseBoolean(filterSystemHost), Boolean.parseBoolean(filterUnpublish), Boolean.parseBoolean(filterLocked), 0, currentSortBy, 100000, user, null, modDateFrom, modDateTo);
      return contentlets;
    } catch (Exception e) {
      Logger.debug(this, "Error: searchContentlets (EditContentletAction ): "+e);
      return null;
    }
View Full Code Here

TOP

Related Classes of com.dotmarketing.portlets.contentlet.ajax.ContentletAjax

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.