it.eng.spagobi.behaviouralmodel.lov.handlers
Class LovManager

java.lang.Object
  extended by it.eng.spagobi.behaviouralmodel.lov.handlers.LovManager

public class LovManager
extends java.lang.Object


Constructor Summary
LovManager()
           
 
Method Summary
 java.util.List getAllColumnsNames(ModalitiesValue lov)
          Returns all the names of the columns returned by the lov.
static java.util.List getLabelsOfDocumentsWhichUseLov(ModalitiesValue lov)
          Gets the labels of documents which use lov.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LovManager

public LovManager()
Method Detail

getAllColumnsNames

public java.util.List getAllColumnsNames(ModalitiesValue lov)
Returns all the names of the columns returned by the lov.

Parameters:
lov - the lov to analize
Returns:
List of the columns name (the element of the list are Strings)

getLabelsOfDocumentsWhichUseLov

public static java.util.List getLabelsOfDocumentsWhichUseLov(ModalitiesValue lov)
Gets the labels of documents which use lov.

Parameters:
lov - the lov
Returns:
the labels of documents which use lov