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.servicemgt.search.TemplateFileSearch.java

/**
 * @author khoavd
 */
public class TemplateFileSearch extends SearchContainer<TemplateFile> {

    public static final String EMPTY_RESULTS_MESSAGE = "no-template-were-found";

From source file org.opencps.usermgt.search.EmployeeSearch.java

/**
 * @author trungnt
 *
 */
public class EmployeeSearch extends SearchContainer<Employee> {

From source file org.opencps.usermgt.search.JobPosSearch.java

public class JobPosSearch extends SearchContainer<JobPos> {

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

From source file org.opencps.usermgt.search.ResourceActionSearch.java

public class ResourceActionSearch extends SearchContainer<ResourceAction> {

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

From source file org.opencps.usermgt.search.WorkingUnitSearch.java

public class WorkingUnitSearch extends SearchContainer<WorkingUnit> {

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

From source file vn.dtt.cmon.dm.search.DataItemSearch.java

public class DataItemSearch extends SearchContainer<DATAITEM> {
    public static final String EMPTY_RESULTS_MESSAGE = "no-tram-cap-were-found";

    public DataItemSearch(PortletRequest portletRequest, int delta, String orderByCol, String orderByType,
            PortletURL iteratorURL) {
        super(portletRequest, null, null, DEFAULT_CUR_PARAM, delta, iteratorURL, null, EMPTY_RESULTS_MESSAGE);

From source file vn.dtt.sol.ns.baocaodli.search.BaoCaoDLISearch.java

/**
 * @author HuyMQ
 */
public class BaoCaoDLISearch extends SearchContainer<BaoCaoDLI> {

    public BaoCaoDLISearch(PortletRequest portletRequest, PortletURL iteratorURL) {

From source file vn.dtt.sol.ns.search.RoleSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class RoleSearch extends SearchContainer<Role> {

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