|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICRMItem | |
---|---|
fr.paris.lutece.plugins.crmclient.business | |
fr.paris.lutece.plugins.crmclient.service.queue |
Uses of ICRMItem in fr.paris.lutece.plugins.crmclient.business |
---|
Classes in fr.paris.lutece.plugins.crmclient.business that implement ICRMItem | |
---|---|
class |
CRMItem
AbstractCRMItem |
Methods in fr.paris.lutece.plugins.crmclient.business that return ICRMItem | |
---|---|
ICRMItem |
CRMItemQueue.getCRMItem()
Get the CRM item |
ICRMItem |
ICRMItemFactory.newCRMItem(java.lang.String strBeanName)
Instanciate a new CRM Item |
Methods in fr.paris.lutece.plugins.crmclient.business with parameters of type ICRMItem | |
---|---|
void |
CRMItemQueue.setCRMItem(ICRMItem crmItem)
Set the CRM item |
Uses of ICRMItem in fr.paris.lutece.plugins.crmclient.service.queue |
---|
Methods in fr.paris.lutece.plugins.crmclient.service.queue that return ICRMItem | |
---|---|
ICRMItem |
ICRMClientQueue.consume()
Get a crm item from the list and remove it from the queue |
ICRMItem |
DatabaseQueue.consume()
Get a crm item from the list and remove it from the queue |
Methods in fr.paris.lutece.plugins.crmclient.service.queue with parameters of type ICRMItem | |
---|---|
void |
ICRMClientQueue.send(ICRMItem crmItem)
Put a crm item into the list of the queue |
void |
DatabaseQueue.send(ICRMItem crmItem)
Put a crm item into the list of the queue |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |