Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
F
G
I
L
N
P
S
T
V
B
BEAN_SERVICE
- Static variable in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
BEAN_SERVICE
- Static variable in interface fr.paris.lutece.plugins.crmclient.service.queue.
ICRMClientQueue
C
consume()
- Method in class fr.paris.lutece.plugins.crmclient.service.queue.
DatabaseQueue
Get a crm item from the list and remove it from the queue
consume()
- Method in interface fr.paris.lutece.plugins.crmclient.service.queue.
ICRMClientQueue
Get a crm item from the list and remove it from the queue
CRMClientService
- Class in
fr.paris.lutece.plugins.crmclient.service
AbstractCRMClientService
CRMClientService()
- Constructor for class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
CRMItem
- Class in
fr.paris.lutece.plugins.crmclient.business
AbstractCRMItem
CRMItem()
- Constructor for class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Constructor
CRMItem(String, String)
- Constructor for class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Constructor
CRMItemQueue
- Class in
fr.paris.lutece.plugins.crmclient.business
This class describes a CRM item insert in the queue
CRMItemQueue()
- Constructor for class fr.paris.lutece.plugins.crmclient.business.
CRMItemQueue
CRMItemTypeEnum
- Enum in
fr.paris.lutece.plugins.crmclient.business
CRMItemEnum
D
DatabaseQueue
- Class in
fr.paris.lutece.plugins.crmclient.service.queue
DatabaseQueue
DatabaseQueue()
- Constructor for class fr.paris.lutece.plugins.crmclient.service.queue.
DatabaseQueue
delete(int)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
Delete the crm item queue in the table
F
fr.paris.lutece.plugins.crmclient.business
- package fr.paris.lutece.plugins.crmclient.business
fr.paris.lutece.plugins.crmclient.service
- package fr.paris.lutece.plugins.crmclient.service
fr.paris.lutece.plugins.crmclient.service.queue
- package fr.paris.lutece.plugins.crmclient.service.queue
G
getCountCRMItem()
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
Get the number of crm items
getCRMItem()
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItemQueue
Get the CRM item
getCRMWebAppBaseURL()
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
getCRMWebAppBaseURL()
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
getIdCRMItemQueue()
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItemQueue
Get the id crm item queue
getNextCRMItemQueue()
- Method in class fr.paris.lutece.plugins.crmclient.service.queue.
DatabaseQueue
Return the first crm item in the queue
getNextCRMItemQueue()
- Method in interface fr.paris.lutece.plugins.crmclient.service.queue.
ICRMClientQueue
Return the first crm item in the queue
getParameters()
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Get the parameters
getParameters()
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
Get the parameters
getQueue()
- Method in class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
Get the queue
getQueue()
- Method in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
Get the queue
getUrlForWS()
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Get the url for WS
getUrlForWS()
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
Get the url for WS
I
ICRMClientQueue
- Interface in
fr.paris.lutece.plugins.crmclient.service.queue
ICRMClientQueue
ICRMClientService
- Interface in
fr.paris.lutece.plugins.crmclient.service
ICRMClientService
ICRMItem
- Interface in
fr.paris.lutece.plugins.crmclient.business
ICRMItem
ICRMItemFactory
- Interface in
fr.paris.lutece.plugins.crmclient.business
ICRMItemFactory
ICRMItemQueueDAO
- Interface in
fr.paris.lutece.plugins.crmclient.business
This class provides Data Access methods for CRMItemQueue objects
ID_DEMAND
- Static variable in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
insert(CRMItemQueue)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
Insert a new crm item in the table.
L
load(int)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
return the first crm item in the table
lockCRMItemQueue(int)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
Lock the mail item
N
newCRMItem(String)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemFactory
Instanciate a new CRM Item
nextCRMItemQueueId()
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItemQueueDAO
Return the next crm item queue id
NOTIFICATION_MESSAGE
- Static variable in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
NOTIFICATION_OBJECT
- Static variable in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
NOTIFICATION_SENDER
- Static variable in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
notify(String, String, String, String)
- Method in class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
Notify a demand
notify(String, String, String, String, String)
- Method in class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
Notify a demand
notify(String, String, String, String)
- Method in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
Notify a demand
notify(String, String, String, String, String)
- Method in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
Notify a demand
P
putParameter(String, String)
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Put a new parameter to the map parameters
putParameter(String, String)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
Put a new parameter to the map parameters
S
send(ICRMItem)
- Method in class fr.paris.lutece.plugins.crmclient.service.queue.
DatabaseQueue
Put a crm item into the list of the queue
send(ICRMItem)
- Method in interface fr.paris.lutece.plugins.crmclient.service.queue.
ICRMClientQueue
Put a crm item into the list of the queue
sendUpdateDemand(String, String)
- Method in class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
Update a demand
sendUpdateDemand(String, String, String)
- Method in class fr.paris.lutece.plugins.crmclient.service.
CRMClientService
Update a demand
sendUpdateDemand(String, String)
- Method in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
Update a demand
sendUpdateDemand(String, String, String)
- Method in interface fr.paris.lutece.plugins.crmclient.service.
ICRMClientService
Update a demand
setCRMItem(ICRMItem)
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItemQueue
Set the CRM item
setCRMWebAppBaseURL(String)
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Set the CRM webapp base URL
setCRMWebAppBaseURL(String)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
Set the CRM webapp base URL
setIdCRMItemQueue(int)
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItemQueue
Set the id of the CRMItemQueueObject
setParameters(Map<String, String>)
- Method in class fr.paris.lutece.plugins.crmclient.business.
CRMItem
Set the parameters of the crm item
setParameters(Map<String, String>)
- Method in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
Set the parameters of the crm item
size()
- Method in class fr.paris.lutece.plugins.crmclient.service.queue.
DatabaseQueue
Get the size of the queue
size()
- Method in interface fr.paris.lutece.plugins.crmclient.service.queue.
ICRMClientQueue
Get the size of the queue
STATUS_TEXT
- Static variable in interface fr.paris.lutece.plugins.crmclient.business.
ICRMItem
T
toString()
- Method in enum fr.paris.lutece.plugins.crmclient.business.
CRMItemTypeEnum
V
valueOf(String)
- Static method in enum fr.paris.lutece.plugins.crmclient.business.
CRMItemTypeEnum
Returns the enum constant of this type with the specified name.
values()
- Static method in enum fr.paris.lutece.plugins.crmclient.business.
CRMItemTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
B
C
D
F
G
I
L
N
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
Mairie de Paris
. All Rights Reserved.