com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.lists
Class TemporaryListsContainer

java.lang.Object
  extended by com.im.ijc.core.api.lists.AbstractTemporaryItemsContainer<TemporaryList,DFEntity>
      extended by com.im.ijc.core.api.lists.TemporaryListsContainer

public final class TemporaryListsContainer
extends AbstractTemporaryItemsContainer<TemporaryList,DFEntity>


Method Summary
 void addList(List values)
          This method adds a new list with all values, but according to current settings it could optionally truncate some values or even ignore the adding list completely.
 void addList(List values, String name)
           
 TemporaryList getCherryPickingList()
           
 List<String> getListsNames()
           
 
Methods inherited from class com.im.ijc.core.api.lists.AbstractTemporaryItemsContainer
addChangeListener, getItems, initTemporaryItemsContainer, removeAll, removeChangeListener, removeItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCherryPickingList

public TemporaryList getCherryPickingList()

addList

public void addList(List values)
This method adds a new list with all values, but according to current settings it could optionally truncate some values or even ignore the adding list completely. It depends on the current List management options.


addList

public void addList(List values,
                    String name)

getListsNames

public List<String> getListsNames()

com.im.ijc.core/1 5.9.4