com.dotmarketing.portlets.jobs.factories
Class ResumeFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResumeFactory
public ResumeFactory()
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.