com.dotmarketing.portlets.jobs.factories
Class JobsFactory
java.lang.Object
com.dotmarketing.portlets.jobs.factories.JobsFactory
public class JobsFactory
- extends java.lang.Object
- Author:
- Steven Sajous
To change this generated comment edit the template variable "typecomment":
Window>Preferences>Java>Templates.
To enable and disable the creation of type comments go to
Window>Preferences>Java>Code Generation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobsFactory
public JobsFactory()
getJob
public static Jobs getJob(java.lang.String id)
getJobs
public static java.util.List getJobs()
getJobs
public static java.util.List getJobs(java.lang.String orderby)
getJobsRollByMonth
public static java.util.List getJobsRollByMonth(java.lang.String orderby,
int numberOfMonths)
save
public static Jobs save(Jobs x)
getJobsByLocation
public static java.util.List getJobsByLocation(java.lang.String location,
int limit,
int offset)
getJobsBySearchAndLocation
public static java.util.List getJobsBySearchAndLocation(java.lang.String s,
java.lang.String location,
int limit,
int offset)
getJobsBySearch
public static java.util.List getJobsBySearch(java.lang.String s,
int limit,
int offset)
getActiveJobs
public static java.util.List getActiveJobs(int limit,
int offset)
getPremiumJobs
public static java.util.List getPremiumJobs()
Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.