org.kuali.kpme.pm.positionappointment.service
Class PositionAppointmentServiceImpl

java.lang.Object
  extended by org.kuali.kpme.pm.positionappointment.service.PositionAppointmentServiceImpl
All Implemented Interfaces:
PositionAppointmentService

public class PositionAppointmentServiceImpl
extends Object
implements PositionAppointmentService


Constructor Summary
PositionAppointmentServiceImpl()
           
 
Method Summary
 PositionAppointment getPositionAppointmentById(String pmPositionAppointmentId)
          retrieve the PositionAppointment with given id
 PositionAppointmentDao getPositionAppointmentDao()
           
 List<PositionAppointment> getPositionAppointmentList(String positionAppointment, String description, String institution, String location, org.joda.time.LocalDate fromEffdt, org.joda.time.LocalDate toEffdt, String active, String showHistory)
          Get list of PositionAppointment with given group, description, institution, location and effective date wild card allowed
 void setPositionAppointmentDao(PositionAppointmentDao positionAppointmentDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PositionAppointmentServiceImpl

public PositionAppointmentServiceImpl()
Method Detail

getPositionAppointmentById

public PositionAppointment getPositionAppointmentById(String pmPositionAppointmentId)
Description copied from interface: PositionAppointmentService
retrieve the PositionAppointment with given id

Specified by:
getPositionAppointmentById in interface PositionAppointmentService
Returns:

getPositionAppointmentList

public List<PositionAppointment> getPositionAppointmentList(String positionAppointment,
                                                            String description,
                                                            String institution,
                                                            String location,
                                                            org.joda.time.LocalDate fromEffdt,
                                                            org.joda.time.LocalDate toEffdt,
                                                            String active,
                                                            String showHistory)
Description copied from interface: PositionAppointmentService
Get list of PositionAppointment with given group, description, institution, location and effective date wild card allowed

Specified by:
getPositionAppointmentList in interface PositionAppointmentService
Returns:

getPositionAppointmentDao

public PositionAppointmentDao getPositionAppointmentDao()

setPositionAppointmentDao

public void setPositionAppointmentDao(PositionAppointmentDao positionAppointmentDao)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.