Uses of Class
it.eng.spagobi.tools.udp.metadata.SbiUdpValue

Packages that use SbiUdpValue
it.eng.spagobi.tools.importexport   
it.eng.spagobi.tools.udp.dao   
 

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

Methods in it.eng.spagobi.tools.importexport that return SbiUdpValue
static SbiUdpValue ImportUtilities.makeNew(SbiUdpValue udpValue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate SbiUdpValue udp value object.
static SbiUdpValue ImportUtilities.modifyExisting(SbiUdpValue exportedUdpValue, org.hibernate.Session sessionCurrDB, java.lang.Integer existingUdpValueId)
          Load an existing Udp value and make modifications as per the exported udp in input
 

Methods in it.eng.spagobi.tools.importexport with parameters of type SbiUdpValue
static void ImportUtilities.entitiesAssociations(SbiUdpValue exportedSbiUdpValue, SbiUdpValue existingSbiUdpValue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          For SbiUdpValue search new Ids
static SbiUdpValue ImportUtilities.makeNew(SbiUdpValue udpValue, org.hibernate.Session sessionCurrDB, MetadataAssociations metaAss, ImporterMetadata importer)
          Creates a new hibernate SbiUdpValue udp value object.
static SbiUdpValue ImportUtilities.modifyExisting(SbiUdpValue exportedUdpValue, org.hibernate.Session sessionCurrDB, java.lang.Integer existingUdpValueId)
          Load an existing Udp value and make modifications as per the exported udp in input
 

Uses of SbiUdpValue in it.eng.spagobi.tools.udp.dao
 

Methods in it.eng.spagobi.tools.udp.dao that return SbiUdpValue
 SbiUdpValue IUdpValueDAO.findById(java.lang.Integer id)
           
 SbiUdpValue UdpValueDAOHibImpl.findById(java.lang.Integer id)
           
 

Methods in it.eng.spagobi.tools.udp.dao that return types with arguments of type SbiUdpValue
 java.util.List<SbiUdpValue> IUdpValueDAO.findAll()
           
 java.util.List<SbiUdpValue> UdpValueDAOHibImpl.findAll()
           
 

Methods in it.eng.spagobi.tools.udp.dao with parameters of type SbiUdpValue
 void IUdpValueDAO.delete(SbiUdpValue propValue)
           
 void UdpValueDAOHibImpl.delete(SbiUdpValue propValue)
           
 void IUdpValueDAO.delete(org.hibernate.Session session, SbiUdpValue propValue)
           
 void UdpValueDAOHibImpl.delete(org.hibernate.Session session, SbiUdpValue item)
           
 java.lang.Integer IUdpValueDAO.insert(SbiUdpValue prop)
           
 java.lang.Integer UdpValueDAOHibImpl.insert(SbiUdpValue propValue)
           
 void IUdpValueDAO.insert(org.hibernate.Session session, SbiUdpValue propValue)
           
 void UdpValueDAOHibImpl.insert(org.hibernate.Session session, SbiUdpValue propValue)
           
 UdpValue UdpValueDAOHibImpl.toUdpValue(SbiUdpValue sbiUdpValue)
           
 void IUdpValueDAO.update(SbiUdpValue propValue)
           
 void UdpValueDAOHibImpl.update(SbiUdpValue propValue)
           
 void IUdpValueDAO.update(org.hibernate.Session session, SbiUdpValue propValue)
           
 void UdpValueDAOHibImpl.update(org.hibernate.Session session, SbiUdpValue propValue)