|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRMItemQueueDAO
This class provides Data Access methods for CRMItemQueue objects
Method Summary | |
---|---|
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 |
Method Detail |
---|
void insert(CRMItemQueue crmItemQueue)
crmItemQueue
- the crm item queueCRMItemQueue load(int nIdCRMItemQueue)
nIdCRMItemQueue
- the id of the crm item
void 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 lock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |