Uses of Class
it.eng.spagobi.behaviouralmodel.lov.bo.ModalitiesValue

Packages that use ModalitiesValue
it.eng.spagobi.behaviouralmodel.analyticaldriver.bo   
it.eng.spagobi.behaviouralmodel.lov.dao   
it.eng.spagobi.behaviouralmodel.lov.handlers   
it.eng.spagobi.tools.importexport   
 

Uses of ModalitiesValue in it.eng.spagobi.behaviouralmodel.analyticaldriver.bo
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.bo that return ModalitiesValue
 ModalitiesValue Parameter.getModalityValue()
          Gets the modality value.
 ModalitiesValue Parameter.getModalityValueForDefault()
           
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.bo with parameters of type ModalitiesValue
 void Parameter.setModalityValue(ModalitiesValue modalityValue)
          Sets the modality value.
 void Parameter.setModalityValueForDefault(ModalitiesValue modalityValueForDefault)
           
 

Uses of ModalitiesValue in it.eng.spagobi.behaviouralmodel.lov.dao
 

Methods in it.eng.spagobi.behaviouralmodel.lov.dao that return ModalitiesValue
 ModalitiesValue LovDAOHibImpl.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
          Load modalities value by id.
 ModalitiesValue IModalitiesValueDAO.loadModalitiesValueByID(java.lang.Integer modalitiesValueID)
          Loads all detail information for an value identified by its modalitiesValueID.
 ModalitiesValue LovDAOHibImpl.loadModalitiesValueByLabel(java.lang.String label)
          Load modalities value by label.
 ModalitiesValue IModalitiesValueDAO.loadModalitiesValueByLabel(java.lang.String label)
          Loads all detail information for a lov by its label.
 

Methods in it.eng.spagobi.behaviouralmodel.lov.dao with parameters of type ModalitiesValue
 void LovDAOHibImpl.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
          Erase modalities value.
 void IModalitiesValueDAO.eraseModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to erase a value.
 void LovDAOHibImpl.insertModalitiesValue(ModalitiesValue aModalitiesValue)
          Insert modalities value.
 void IModalitiesValueDAO.insertModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to insert a value.
 void LovDAOHibImpl.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
          Modify modalities value.
 void IModalitiesValueDAO.modifyModalitiesValue(ModalitiesValue aModalitiesValue)
          Implements the query to modify a value.
 

Uses of ModalitiesValue in it.eng.spagobi.behaviouralmodel.lov.handlers
 

Methods in it.eng.spagobi.behaviouralmodel.lov.handlers with parameters of type ModalitiesValue
 java.util.List LovManager.getAllColumnsNames(ModalitiesValue lov)
          Returns all the names of the columns returned by the lov.
static java.util.List LovManager.getLabelsOfDocumentsWhichUseLov(ModalitiesValue lov)
          Gets the labels of documents which use lov.
 

Uses of ModalitiesValue in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.importexport with parameters of type ModalitiesValue
 void ExporterMetadata.insertLov(ModalitiesValue lov, org.hibernate.Session session)
          Insert a list of value into the exported database.