List of usage examples for com.liferay.portal.kernel.dao.search SearchContainer subclass-usage
From source file org.opencps.notificationmgt.search.NotificationEventConfigSearch.java
/** * @author nhanhoang * */ public class NotificationEventConfigSearch extends SearchContainer<DictItem> { static List<String> headerNames = new ArrayList<String>();
From source file org.opencps.notificationmgt.search.NotificationStatusConfigSearch.java
/** * @author nhanhoang * */ public class NotificationStatusConfigSearch extends SearchContainer<DictItem> { static List<String> headerNames = new ArrayList<String>();
From source file org.opencps.paymentmgt.search.PaymentFileFrontOfficeSearch.java
/** * @author trungdk */ public class PaymentFileFrontOfficeSearch extends SearchContainer<PaymentFile> { static List<String> headerNames = new ArrayList<String>(); static Map<String, String> orderableHeaders = new HashMap<String, String>();
From source file org.opencps.paymentmgt.search.PaymentFileSearch.java
/** * @author trungdk */ public class PaymentFileSearch extends SearchContainer<PaymentFile> { static List<String> headerNames = new ArrayList<String>(); static Map<String, String> orderableHeaders = new HashMap<String, String>();
From source file org.opencps.processmgt.search.ProcessOrderSearch.java
/** * @author trungnt */ public class ProcessOrderSearch extends SearchContainer<ProcessOrderBean> { static List<String> headerNames = new ArrayList<String>();
From source file org.opencps.processmgt.search.ProcessSearch.java
/** * @author khoavd */ public class ProcessSearch extends SearchContainer<ServiceProcess> { public static final String EMPTY_RESULTS_MESSAGE = "no-service-process-were-found";
From source file org.opencps.processmgt.search.StepSearch.java
/** * @author khoavd */ public class StepSearch extends SearchContainer<ProcessStep> { public static final String EMPTY_RESULTS_MESSAGE = "no-process-step-were-found";
From source file org.opencps.processmgt.search.WorkflowSearch.java
/** * @author khoavd * */ public class WorkflowSearch extends SearchContainer<ProcessWorkflow> {
From source file org.opencps.sample.department.search.DepartmentSearch.java
/** * @author trungnt * */ public class DepartmentSearch extends SearchContainer<Department> { static List<String> headerNames = new ArrayList<String>();
From source file org.opencps.servicemgt.search.ServiceSearch.java
/** * @author khoavd */ public class ServiceSearch extends SearchContainer<ServiceInfo> { public static final String EMPTY_RESULTS_MESSAGE = "no-serviceinfo-were-found";