it.eng.spagobi.managers
Class LovManager

java.lang.Object
  extended by it.eng.spagobi.managers.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)
           
 
Methods inherited from class java.lang.Object
equals, 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)