public interface ICRMItemQueueDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nIdCRMItemQueue)
Delete the crm item queue in the table
|
int |
getCountCRMItem()
Get the number of crm items
|
void |
insert(CRMItemQueue crmItemQueue)
Insert a new crm item in the table.
|
CRMItemQueue |
load(int nIdCRMItemQueue)
return the first crm item in the table
|
void |
lockCRMItemQueue(int nIdCRMItemQueue)
Lock the mail item
|
int |
nextCRMItemQueueId()
Return the next crm item queue id
|
void insert(CRMItemQueue crmItemQueue)
crmItemQueue
- the crm item queueCRMItemQueue load(int nIdCRMItemQueue)
nIdCRMItemQueue
- the id of the crm itemvoid delete(int nIdCRMItemQueue)
nIdCRMItemQueue
- The indentifier of the crm item to removeint getCountCRMItem()
int nextCRMItemQueueId()
void lockCRMItemQueue(int nIdCRMItemQueue)
nIdCRMItemQueue
- the id of the crm item to lockCopyright © 2014 Mairie de Paris. All rights reserved.