|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
DistributionListDaoImpl.loadDistributionListById(java.lang.Integer Id)
|
DistributionList |
IDistributionListDAO.loadDistributionListById(java.lang.Integer Id)
Loads all detail information for a distribution list identified by its id. |
DistributionList |
DistributionListDaoImpl.loadDistributionListByName(java.lang.String name)
|
DistributionList |
IDistributionListDAO.loadDistributionListByName(java.lang.String name)
Loads all detail information for a distribution list identified by its name. |
DistributionList |
DistributionListDaoImpl.toDistributionList(SbiDistributionList hibDistributionList)
To distribution list. |
Methods in it.eng.spagobi.tools.distributionlist.dao with parameters of type DistributionList | |
---|---|
void |
DistributionListDaoImpl.eraseDistributionList(DistributionList aDistributionList)
|
void |
IDistributionListDAO.eraseDistributionList(DistributionList aDistributionList)
Implements the query to erase a distribution list. |
void |
DistributionListDaoImpl.eraseDistributionListObjects(DistributionList dl,
int biobId,
java.lang.String triggername)
|
void |
IDistributionListDAO.eraseDistributionListObjects(DistributionList dl,
int biobId,
java.lang.String triggername)
Implements the query to erase distribution list objects. |
java.util.List |
DistributionListDaoImpl.getXmlRelated(DistributionList dl,
int objId)
|
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. |
void |
DistributionListDaoImpl.insertDistributionList(DistributionList aDistributionList)
|
void |
IDistributionListDAO.insertDistributionList(DistributionList aDistributionList)
Implements the query to insert a distribution list. |
void |
DistributionListDaoImpl.insertDLforDocument(DistributionList dl,
int objId,
java.lang.String xml)
|
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. |
boolean |
DistributionListDaoImpl.isDocScheduleAlreadyLinkedToDL(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.isDocScheduledInOtherTime(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. |
void |
DistributionListDaoImpl.modifyDistributionList(DistributionList aDistributionList)
|
void |
IDistributionListDAO.modifyDistributionList(DistributionList aDistributionList)
Implements the query to modify a distributionlist. |
void |
DistributionListDaoImpl.subscribeToDistributionList(DistributionList aDistributionList,
Email user)
|
void |
IDistributionListDAO.subscribeToDistributionList(DistributionList aDistributionList,
Email user)
Subscribes user to the distribution list. |
void |
DistributionListDaoImpl.unsubscribeFromDistributionList(DistributionList aDistributionList,
java.lang.String user)
|
void |
IDistributionListDAO.unsubscribeFromDistributionList(DistributionList aDistributionList,
java.lang.String user)
Unubscribes user from the distribution list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |