A B C D E F G H I L M N O P Q R S T U V W X

L

lastIndexOf(int) - Method in class org.palo.api.impl.utils.ArrayListInt
Seeks an element backwards from the end of the arraylist.
leave(String, String) - Method in interface org.palo.api.subsets.io.xml.SubsetFilterHandler
Called when given xml path is leaved
LESS - Static variable in class org.palo.api.subsets.filter.settings.AttributeConstraint
 
LESS_EQUAL - Static variable in class org.palo.api.subsets.filter.settings.AttributeConstraint
 
LESSER - Static variable in class org.palo.api.subsets.filter.settings.DataCriteria
 
LESSER_EQUAL - Static variable in class org.palo.api.subsets.filter.settings.DataCriteria
 
listIterator() - Method in class org.palo.api.impl.utils.ArrayListInt
Returns a simple forward iterator to the caller which can be used to retrieve the contents of the arraylist like this: ArrayListInt.ListIterator it = alist.listIterator(); while (it.hasNext()) { int l = li.next (); System.out.println (" : " + l); } Additionally the list iterator is capable of backwards iteration using the methods @see previous and @see hasPrevious
listIterator(int) - Method in class org.palo.api.impl.utils.ArrayListInt
Returns a simple forward iterator with user-specified starting position which can be used to retrieve the contents of the arraylist in reverse order like this: ArrayListInt.ListIterator it = alist.listIterator(alist.size()); while (it.hasPrevious()) { int l = li.previous (); System.out.println (" : " + l); } Additionally the list iterator is capable of backwards iteration using the methods @see previous and @see hasPrevious
ListModifiedException - Exception in org.palo.api.impl.utils
Thrown if an ArrayList iterator detects that someone else has concurrently modified a container.
ListModifiedException() - Constructor for exception org.palo.api.impl.utils.ListModifiedException
Constructs a ListModified exception.
ListModifiedException(String) - Constructor for exception org.palo.api.impl.utils.ListModifiedException
Constructs an ArrayListModified exception.
loadAll(Database) - Method in class org.palo.api.impl.subsets.SubsetPersistence
 
loadComplete(Object) - Method in interface org.palo.api.persistence.PersistenceObserver
Called when the palo object could be loaded successfully
loadComplete(Object) - Method in class org.palo.api.persistence.PersistenceObserverAdapter
 
loadComplete(Subset2) - Method in interface org.palo.api.persistence.SubsetLoadObserver
Deprecated.  
loadFailed(String, PersistenceError[]) - Method in interface org.palo.api.persistence.PersistenceObserver
Called when the loading of the palo object failed
loadFailed(String, PersistenceError[]) - Method in class org.palo.api.persistence.PersistenceObserverAdapter
 
loadFailed(String, String, int, Hierarchy) - Method in interface org.palo.api.persistence.SubsetLoadObserver
Deprecated.  
loadFavoriteViews() - Method in interface org.palo.api.Connection
Loads all favorite views stored with this connection and returns the root of the favorite view tree representing those views or null, if no favorite views were stored in this connection.
loadFavoriteViews(Connection) - Method in class org.palo.api.ext.favoriteviews.impl.FavoriteViewModel
The method retrieves the AdvancedSystem database of the connection (or creates it, if it is not yet in the connection) and also gets the bookmark-cube from the AdvancedSystem database (or creates it, if it had not been present (for this user)).
loadFavoriteViews() - Method in class org.palo.api.impl.ConnectionImpl
 
loadIncomplete(Object, PersistenceError[]) - Method in interface org.palo.api.persistence.PersistenceObserver
Called when the palo object could not be loaded completely.
loadIncomplete(Object, PersistenceError[]) - Method in class org.palo.api.persistence.PersistenceObserverAdapter
 
LOADING_FAILED - Static variable in interface org.palo.api.persistence.PersistenceError
 
Lock - Interface in org.palo.api
Deprecated. PLEASE DON'T USE! SUBJECT TO CHANGE
login(String, String) - Method in interface org.palo.api.Connection
Logs into this connection with the specified user name and password.
login(String, String) - Method in class org.palo.api.impl.ConnectionImpl
 
LT - Static variable in interface org.palo.api.Condition
'<' comparator
LTE - Static variable in interface org.palo.api.Condition
'<=' comparator

A B C D E F G H I L M N O P Q R S T U V W X