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.liferay.portlet.usergroupsadmin.search.UserGroupSearch.java

/**
 * @author Charles May
 */
public class UserGroupSearch extends SearchContainer<UserGroup> {

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

From source file com.liferay.portlet.usersadmin.search.GroupSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class GroupSearch extends SearchContainer<Group> {

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

From source file com.liferay.portlet.usersadmin.search.OrganizationSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class OrganizationSearch extends SearchContainer<Organization> {

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

From source file com.liferay.portlet.usersadmin.search.UserSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class UserSearch extends SearchContainer<User> {

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

From source file com.liferay.portlet.workflowtasks.search.WorkflowTaskSearch.java

/**
 * @author Marcellus Tavares
 */
public class WorkflowTaskSearch extends SearchContainer<WorkflowTask> {

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

From source file com.liferay.shopping.search.CouponSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class CouponSearch extends SearchContainer<ShoppingCoupon> {

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

From source file com.liferay.shopping.search.OrderSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class OrderSearch extends SearchContainer<ShoppingOrder> {

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

From source file com.liferay.site.teams.web.internal.search.TeamSearch.java

/**
 * @author Brian Wing Shun Chan
 */
public class TeamSearch extends SearchContainer<Team> {

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

From source file com.liferay.timesheet.search.ProjectSearch.java

/**
 * @author Antonio Junior
 */
public class ProjectSearch extends SearchContainer<Project> {

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

From source file com.liferay.trash.web.internal.search.EntrySearch.java

/**
 * Provides a <code>SearchContainer</code> (in
 * <code>com.liferay.portal.kernel</code>) implementation for
 * <code>TrashEntry</code> (in <code>com.liferay.portal.kernel</code>) objects.
 * The search container is used to show the list of objects using the
 * <code>SearchIteratorTag</code> (in <code>com.liferay.taglib.ui</code>).