com.sapportals.wcm.service.scheduler

Interface ISchedulerTimeList


Deprecated. since KM6.0SP1. Use ISchedulerTimeTable instead.

public interface ISchedulerTimeList

A list of ISchedulerTimes (see java.util.List).

Copyright 2004 SAP AG

See Also:
ISchedulerTime

Method Summary
 void add(int index, ISchedulerTime time)
          Deprecated.  
 boolean add(ISchedulerTime time)
          Deprecated.  
 void addLast(ISchedulerTime time)
          Deprecated.  
 boolean contains(ISchedulerTime time)
          Deprecated.  
 ISchedulerTime get(int index)
          Deprecated.  
 int indexOf(ISchedulerTime time)
          Deprecated.  
 boolean isEmpty()
          Deprecated.  
 int lastIndexOf(ISchedulerTime time)
          Deprecated.  
 ISchedulerTimeListIterator listIterator()
          Deprecated.  
 ISchedulerTimeListIterator listIterator(int index)
          Deprecated.  
 ISchedulerTime remove(int index)
          Deprecated.  
 boolean remove(ISchedulerTime time)
          Deprecated.  
 ISchedulerTime set(int index, ISchedulerTime time)
          Deprecated.  
 int size()
          Deprecated.  
 void sort(Comparator comparator)
          Deprecated.  
 ISchedulerTimeList subList(int startIndex, int stopIndex)
          Deprecated.  
 

Method Detail

size

int size()
Deprecated. 

contains

boolean contains(ISchedulerTime time)
Deprecated. 

add

boolean add(ISchedulerTime time)
Deprecated. 

remove

boolean remove(ISchedulerTime time)
Deprecated. 

isEmpty

boolean isEmpty()
Deprecated. 

get

ISchedulerTime get(int index)
Deprecated. 

set

ISchedulerTime set(int index,
                   ISchedulerTime time)
Deprecated. 

add

void add(int index,
         ISchedulerTime time)
Deprecated. 

addLast

void addLast(ISchedulerTime time)
Deprecated. 

remove

ISchedulerTime remove(int index)
Deprecated. 

indexOf

int indexOf(ISchedulerTime time)
Deprecated. 

lastIndexOf

int lastIndexOf(ISchedulerTime time)
Deprecated. 

listIterator

ISchedulerTimeListIterator listIterator()
Deprecated. 

listIterator

ISchedulerTimeListIterator listIterator(int index)
Deprecated. 

subList

ISchedulerTimeList subList(int startIndex,
                           int stopIndex)
Deprecated. 

sort

void sort(Comparator comparator)
Deprecated. 
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM


Copyright 2011 SAP AG Complete Copyright Notice