Modifier and Type | Method and Description |
---|---|
ShiftDataSet |
ReservationLoadHoursDataPolicy.getLoadDataSet(IMXGanttModel ganttModel,
IMXReservation reservation,
UserInfo userInfo)
Get the list of dates for reservation.
|
Modifier and Type | Method and Description |
---|---|
void |
SKDProjectResourceSetRemote.preSetValues(java.util.Collection<IMXReservation> reservations) |
void |
SKDProjectResourceSet.preSetValues(java.util.Collection<IMXReservation> reservations) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IMXReservation> |
GRSchedule.reservationIteratorForResource(IMXResource resource) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IMXReservation> |
GWASchedule.reservationIteratorForActivity(Activity activity) |
java.util.Iterator<IMXReservation> |
GWASchedule.reservationIteratorForResource(IMXResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
Reservation |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IMXReservation> |
Schedule.reservationIteratorForResource(IMXResource resource) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IMXReservation> |
ResourceMaxManager.getAllReservations(java.lang.Long projectId,
UserInfo userInfo) |
java.util.Collection<IMXReservation> |
IResourceManager.getAllReservations(java.lang.Long projectId,
UserInfo userInfo)
Get all Project reservations.
|
java.util.Collection<IMXReservation> |
CachedResourceManager.getAllReservations(java.lang.Long projectId,
UserInfo userInfo) |
java.util.Collection<IMXReservation> |
ResourceMaxManager.getAllZoneReservations(java.lang.Long projectId,
UserInfo userInfo) |
java.util.Collection<IMXReservation> |
IResourceManager.getAllZoneReservations(java.lang.Long projectId,
UserInfo userInfo)
Get all zone reservations.
|
java.util.Collection<IMXReservation> |
CachedResourceManager.getAllZoneReservations(java.lang.Long projectId,
UserInfo userInfo) |
java.util.Collection<IMXReservation> |
ResourceMaxManager.getReservations(Schedule schedule,
IMXResource resource) |
java.util.Collection<IMXReservation> |
IResourceManager.getReservations(Schedule schedule,
IMXResource resource)
For the given resource, we need to return an Iterator of the Reservations for that resources.
|
java.util.Collection<IMXReservation> |
CachedResourceManager.getReservations(Schedule schedule,
IMXResource resource) |
Modifier and Type | Class and Description |
---|---|
class |
MXReservation |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IMXReservation> |
MXGanttModel.reservationIteratorForResource(IMXResource resource) |
java.util.Iterator<IMXReservation> |
IMXGanttModel.reservationIteratorForResource(IMXResource resource)
Returns an Iterator of Reservations for the given Resource
|