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 com.slemarchand.peoplepublisher.search.UserSearch.java

/**
 * @author Sebastien Le Marchand
 */
public class UserSearch extends SearchContainer<User> {

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

From source file org.gnenc.yams.portlet.search.OrganizationSearch.java

/**
 * Modeled after {@link com.liferay.portlet.Organizationsadmin.search.OrganizationSearch}
 * written by Brian Wing Shun Chan
 *
 * @author Drew A. Blessing
 */

From source file org.gnenc.yams.portlet.search.UserSearch.java

/**
 * Modeled after {@link com.liferay.portlet.usersadmin.search.UserSearch}
 * written by Brian Wing Shun Chan
 *
 * @author Drew A. Blessing
 */

From source file org.liferay.jukebox.search.AlbumSearch.java

/**
 * @author Eudaldo Alonso
 */
public class AlbumSearch extends SearchContainer<AssetEntry> {

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

From source file org.liferay.jukebox.search.ArtistSearch.java

/**
 * @author Eudaldo Alonso
 */
public class ArtistSearch extends SearchContainer<AssetEntry> {

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

From source file org.liferay.jukebox.search.SongSearch.java

/**
 * @author Eudaldo Alonso
 */
public class SongSearch extends SearchContainer<AssetEntry> {

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

From source file org.opencps.accountmgt.search.BusinessSearch.java

public class BusinessSearch extends SearchContainer<Business> {

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

From source file org.opencps.accountmgt.search.CitizenSearch.java

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

    static {

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

/**
 * @author trungnt
 */
public class DictCollectionSearch extends SearchContainer<DictCollection> {

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

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

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