public interface PositionAppointmentService
Modifier and Type | Method and Description |
---|---|
PositionAppointment |
getPositionAppointmentById(String pmPositionAppointmentId)
retrieve the PositionAppointment with given id
|
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
|
PositionAppointment getPositionAppointmentById(String pmPositionAppointmentId)
pmPositionAppointmentId
- 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)
positionAppointment
- description
- institution
- location
- fromEffdt
- toEffdt
- active
- showHistory
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.