|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.ixb.handlers.netmarkets.ContainerOrderedFolders
Field Summary | |
private Map |
cabFolderMap
|
(package private) List |
cabList
|
Constructor Summary | |
ContainerOrderedFolders(WTContainerRef contRef)
|
|
ContainerOrderedFolders(WTContainerRef contRef,
boolean doAcls)
|
Method Summary | |
void |
deleteCabinetEntry(String cabName)
|
OrderedFolder[] |
getAllOrderedFolders()
This is most usefull for scenarios that do not involve comparing/pruning cabinet lists in different containers. |
String[] |
getCabinetNames()
Returns list of cabinets, each cabinet has an OrderedFolder belonging to it. |
OrderedFolder |
getOrderedFolder(String cabName)
Returns the ordered folder assocated with the passed in cabinet name, if none is present null is returned. |
boolean |
hasCabinet(String cabName)
Checks to see if a cabinet of the given name exists in the cabinet exists. |
void |
updateCabinetEntry(String cabName,
OrderedFolder currFolder)
Adds/updates an entry to the cabinet list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Map cabFolderMap
List cabList
Constructor Detail |
public ContainerOrderedFolders(WTContainerRef contRef) throws WTException
public ContainerOrderedFolders(WTContainerRef contRef, boolean doAcls) throws WTException
Method Detail |
public boolean hasCabinet(String cabName)
public String[] getCabinetNames()
public OrderedFolder getOrderedFolder(String cabName)
public void updateCabinetEntry(String cabName, OrderedFolder currFolder)
public void deleteCabinetEntry(String cabName)
public OrderedFolder[] getAllOrderedFolders()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |