com.dotmarketing.portlets.jobs.factories
Class JobsFactory

java.lang.Object
  extended by 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.

Constructor Summary
JobsFactory()
           
 
Method Summary
static java.util.List getActiveJobs(int limit, int offset)
           
static Jobs getJob(java.lang.String id)
           
static java.util.List getJobs()
           
static java.util.List getJobs(java.lang.String orderby)
           
static java.util.List getJobsByLocation(java.lang.String location, int limit, int offset)
           
static java.util.List getJobsBySearch(java.lang.String s, int limit, int offset)
           
static java.util.List getJobsBySearchAndLocation(java.lang.String s, java.lang.String location, int limit, int offset)
           
static java.util.List getJobsRollByMonth(java.lang.String orderby, int numberOfMonths)
           
static java.util.List getPremiumJobs()
           
static Jobs save(Jobs x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobsFactory

public JobsFactory()
Method Detail

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.