Uses of Class
it.eng.spagobi.tools.distributionlist.bo.DistributionList

Packages that use DistributionList
it.eng.spagobi.tools.distributionlist.dao   
 

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

Methods in it.eng.spagobi.tools.distributionlist.dao that return DistributionList
 DistributionList IDistributionListDAO.loadDistributionListById(java.lang.Integer Id)
          Loads all detail information for a distribution list identified by its id.
 DistributionList DistributionListDaoImpl.loadDistributionListById(java.lang.Integer Id)
           
 DistributionList IDistributionListDAO.loadDistributionListByName(java.lang.String name)
          Loads all detail information for a distribution list identified by its name.
 DistributionList DistributionListDaoImpl.loadDistributionListByName(java.lang.String name)
           
 DistributionList DistributionListDaoImpl.toDistributionList(SbiDistributionList hibDistributionList)
          To distribution list.
 

Methods in it.eng.spagobi.tools.distributionlist.dao with parameters of type DistributionList
 void IDistributionListDAO.eraseDistributionList(DistributionList aDistributionList)
          Implements the query to erase a distribution list.
 void DistributionListDaoImpl.eraseDistributionList(DistributionList aDistributionList)
           
 void IDistributionListDAO.eraseDistributionListObjects(DistributionList dl, int biobId, java.lang.String triggername)
          Implements the query to erase distribution list objects.
 void DistributionListDaoImpl.eraseDistributionListObjects(DistributionList dl, int biobId, java.lang.String triggername)
           
 java.util.List IDistributionListDAO.getXmlRelated(DistributionList dl, int objId)
          Returns a list of the Xmls related to the specified Distribution List and the specified Document.
 java.util.List DistributionListDaoImpl.getXmlRelated(DistributionList dl, int objId)
           
 void IDistributionListDAO.insertDistributionList(DistributionList aDistributionList)
          Implements the query to insert a distribution list.
 void DistributionListDaoImpl.insertDistributionList(DistributionList aDistributionList)
           
 void IDistributionListDAO.insertDLforDocument(DistributionList dl, int objId, java.lang.String xml)
          Inserts the document with id objId in the list of documents for the DIstributionList dl with the xml of its schedulation.
 void DistributionListDaoImpl.insertDLforDocument(DistributionList dl, int objId, java.lang.String xml)
           
 boolean IDistributionListDAO.isDocScheduleAlreadyLinkedToDL(DistributionList dl, int objId, java.lang.String xml)
          Verifies if the document with id objId is already in the list of documents for the DIstributionList dl with the xml of its schedulation.
 boolean DistributionListDaoImpl.isDocScheduleAlreadyLinkedToDL(DistributionList dl, int objId, java.lang.String xml)
           
 boolean IDistributionListDAO.isDocScheduledInOtherTime(DistributionList dl, int objId, java.lang.String xml)
          Verifies if the document with id objId is already in the list of documents for the DIstributionList dl with another xml of schedulation.
 boolean DistributionListDaoImpl.isDocScheduledInOtherTime(DistributionList dl, int objId, java.lang.String xml)
           
 void IDistributionListDAO.modifyDistributionList(DistributionList aDistributionList)
          Implements the query to modify a distributionlist.
 void DistributionListDaoImpl.modifyDistributionList(DistributionList aDistributionList)
           
 void IDistributionListDAO.subscribeToDistributionList(DistributionList aDistributionList, Email user)
          Subscribes user to the distribution list.
 void DistributionListDaoImpl.subscribeToDistributionList(DistributionList aDistributionList, Email user)
           
 void IDistributionListDAO.unsubscribeFromDistributionList(DistributionList aDistributionList, java.lang.String user)
          Unubscribes user from the distribution list.
 void DistributionListDaoImpl.unsubscribeFromDistributionList(DistributionList aDistributionList, java.lang.String user)