com.dotmarketing.portlets.jobs.factories
Class ResumeFactory

java.lang.Object
  extended by com.dotmarketing.portlets.jobs.factories.ResumeFactory

public class ResumeFactory
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
ResumeFactory()
           
 
Method Summary
static void delete(Resume r)
           
static java.util.List getActiveResumes(int limit, int offset)
           
static Resume getResume(java.lang.String id)
           
static java.util.List getResumes()
           
static java.util.List getResumes(java.lang.String orderBy)
           
static java.util.List getResumesByLocation(java.lang.String location, int limit, int offset)
           
static java.util.List getResumesBySearch(java.lang.String s, int limit, int offset)
           
static java.util.List getResumesBySearchAndLocation(java.lang.String s, java.lang.String location, int limit, int offset)
           
static Resume save(Resume x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResumeFactory

public ResumeFactory()
Method Detail

getResume

public static Resume getResume(java.lang.String id)

getResumes

public static java.util.List getResumes(java.lang.String orderBy)

getResumes

public static java.util.List getResumes()

save

public static Resume save(Resume x)

delete

public static void delete(Resume r)

getActiveResumes

public static java.util.List getActiveResumes(int limit,
                                              int offset)

getResumesBySearch

public static java.util.List getResumesBySearch(java.lang.String s,
                                                int limit,
                                                int offset)

getResumesByLocation

public static java.util.List getResumesByLocation(java.lang.String location,
                                                  int limit,
                                                  int offset)

getResumesBySearchAndLocation

public static java.util.List getResumesBySearchAndLocation(java.lang.String s,
                                                           java.lang.String location,
                                                           int limit,
                                                           int offset)


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.