com.sapportals.wcm.repository.service.layout.customizing

Interface IProfileList


public interface IProfileList


Method Summary
 void add(int index, IProfile element)
           
 boolean add(IProfile o)
           
 boolean addAll(IProfileCollection c)
           
 void clear()
           
 boolean contains(IProfile o)
           
 boolean containsAll(IProfileCollection c)
           
 boolean equals(Object o)
           
 IProfile get(int index)
           
 int indexOf(IProfile o)
           
 boolean isEmpty()
           
 IProfileIterator iterator()
           
 int lastIndexOf(IProfile o)
           
 IProfileListIterator listIterator()
           
 IProfileListIterator listIterator(int index)
           
 IProfile remove(int index)
           
 boolean remove(IProfile o)
           
 boolean removeAll(IProfileCollection c)
           
 boolean retainAll(IProfileCollection c)
           
 IProfile set(int index, IProfile element)
           
 int size()
           
 IProfileList subList(int fromIndex, int toIndex)
           
 IProfile[] toArray()
           
 

Method Detail

size

int size()

isEmpty

boolean isEmpty()

contains

boolean contains(IProfile o)

iterator

IProfileIterator iterator()

toArray

IProfile[] toArray()

add

boolean add(IProfile o)

remove

boolean remove(IProfile o)

containsAll

boolean containsAll(IProfileCollection c)

addAll

boolean addAll(IProfileCollection c)

removeAll

boolean removeAll(IProfileCollection c)

retainAll

boolean retainAll(IProfileCollection c)

clear

void clear()

equals

boolean equals(Object o)
Overrides:
equals in class Object

get

IProfile get(int index)

set

IProfile set(int index,
             IProfile element)

add

void add(int index,
         IProfile element)

remove

IProfile remove(int index)

indexOf

int indexOf(IProfile o)

lastIndexOf

int lastIndexOf(IProfile o)

listIterator

IProfileListIterator listIterator()

listIterator

IProfileListIterator listIterator(int index)

subList

IProfileList subList(int fromIndex,
                     int toIndex)
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