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

Interface IProfileCollection

All Known Subinterfaces:
IProfileSet

public interface IProfileCollection


Method Summary
 boolean add(IProfile o)
           
 boolean addAll(IProfileCollection c)
           
 void clear()
           
 boolean contains(IProfile o)
           
 boolean containsAll(IProfileCollection c)
           
 boolean equals(Object o)
           
 boolean isEmpty()
           
 IProfileIterator iterator()
           
 boolean remove(IProfile o)
           
 boolean removeAll(IProfileCollection c)
           
 boolean retainAll(IProfileCollection c)
           
 int size()
           
 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
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