Example usage for com.liferay.portal.kernel.dao.search SearchContainer subclass-usage

List of usage examples for com.liferay.portal.kernel.dao.search SearchContainer subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.dao.search SearchContainer subclass-usage.

Usage

From source file org.opencps.datamgt.search.DictVersionSearch.java

/**
 * @author Dunglt
 */

public class DictVersionSearch extends SearchContainer<DictVersion> {

From source file org.opencps.dossiermgt.search.DossierBackOfficeSearch.java

/**
 * @author trungdk
 */
public class DossierBackOfficeSearch extends SearchContainer<Dossier> {
    static List<String> headerNames = new ArrayList<String>();
    static Map<String, String> orderableHeaders = new HashMap<String, String>();

From source file org.opencps.dossiermgt.search.DossierFileSearch.java

public class DossierFileSearch extends SearchContainer<DossierFile> {

    static List<String> headerNames = new ArrayList<String>();
    static Map<String, String> orderableHeaders = new HashMap<String, String>();
    static {
        headerNames.add("#");

From source file org.opencps.dossiermgt.search.DossierNewProcessingSearch.java

public class DossierNewProcessingSearch extends SearchContainer<Dossier> {

    static List<String> headerNames = new ArrayList<String>();
    static Map<String, String> orderableHeaders = new HashMap<String, String>();
    static {
        headerNames.add("create-date");

From source file org.opencps.dossiermgt.search.DossierPartSearch.java

public class DossierPartSearch extends SearchContainer<DossierPart> {
    public static final String EMPTY_RESULTS_MESSAGE = "no-dosserpart-were-found";
    static List<String> headerNames = new ArrayList<String>();
    static {
        headerNames.add("row-no");
        headerNames.add("part-no");

From source file org.opencps.dossiermgt.search.DossierSearch.java

/**
 * @author trungnt
 */
public class DossierSearch extends SearchContainer<Dossier> {

    static List<String> headerNames = new ArrayList<String>();

From source file org.opencps.dossiermgt.search.DossierTemplateSearch.java

public class DossierTemplateSearch extends SearchContainer<DossierTemplate> {
    static List<String> headerNames = new ArrayList<String>();
    static Map<String, String> orderableHeaders = new HashMap<String, String>();

    static {
        headerNames.add("STT");

From source file org.opencps.dossiermgt.search.ServiceConfigSearch.java

public class ServiceConfigSearch extends SearchContainer<ServiceConfig> {
    public static final String EMPTY_RESULTS_MESSAGE = "no-serviceconfig-were-found";
    static List<String> headerNames = new ArrayList<String>();
    static {
        headerNames.add("row-no");
        headerNames.add("service-name");

From source file org.opencps.dossiermgt.search.ServiceSearch.java

/**
 * @author trungnt
 */
public class ServiceSearch extends SearchContainer<ServiceConfig> {

    static List<String> headerNames = new ArrayList<String>();

From source file org.opencps.holidayconfig.search.HolidayConfigSearch.java

/**
 * @author nhanhoang
 *
 */
public class HolidayConfigSearch extends SearchContainer<DictItem> {
    static List<String> headerNames = new ArrayList<String>();