Uses of Class
it.eng.spagobi.tools.distributionlist.metadata.SbiDistributionList

Packages that use SbiDistributionList
it.eng.spagobi.tools.distributionlist.dao   
it.eng.spagobi.tools.distributionlist.metadata   
 

Uses of SbiDistributionList in it.eng.spagobi.tools.distributionlist.dao
 

Methods in it.eng.spagobi.tools.distributionlist.dao with parameters of type SbiDistributionList
 DistributionList DistributionListDaoImpl.toDistributionList(SbiDistributionList hibDistributionList)
          To distribution list.
 

Uses of SbiDistributionList in it.eng.spagobi.tools.distributionlist.metadata
 

Methods in it.eng.spagobi.tools.distributionlist.metadata that return SbiDistributionList
 SbiDistributionList SbiDistributionListsObjects.getSbiDistributionList()
          Gets the sbi distribution list.
 SbiDistributionList SbiDistributionListUser.getSbiDistributionList()
          Gets the sbi distribution list.
 

Methods in it.eng.spagobi.tools.distributionlist.metadata with parameters of type SbiDistributionList
 void SbiDistributionListsObjects.setSbiDistributionList(SbiDistributionList sbiDistributionList)
          Sets the sbi distribution list.
 void SbiDistributionListUser.setSbiDistributionList(SbiDistributionList sbiDistributionList)
          Sets the sbi distribution list.
 

Constructors in it.eng.spagobi.tools.distributionlist.metadata with parameters of type SbiDistributionList
SbiDistributionListsObjects(java.lang.Integer relId, SbiObjects sbiObjects, SbiDistributionList sbiDistributionList, java.lang.String xml)
          full constructor.
SbiDistributionListUser(java.lang.Integer dluId, SbiDistributionList sbiDistributionList, java.lang.String userId, java.lang.String EMail)
          full constructor.