|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRMUserDAO
ICRMUserDAO
Method Summary | |
---|---|
void |
delete(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
int |
insert(CRMUser user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
CRMUser |
load(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
CRMUser |
loadByUserGuid(java.lang.String strUserGuid,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from a given user guid |
int |
newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Generates a new primary key |
void |
store(CRMUser user,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table |
Method Detail |
---|
int newPrimaryKey(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The Plugin
int insert(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
user
- instance of the CRMUser object to insertplugin
- the Plugin
void store(CRMUser user, fr.paris.lutece.portal.service.plugin.Plugin plugin)
user
- the reference of the CRMUserplugin
- the Pluginvoid delete(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- int identifier of the CRMUser to deleteplugin
- the PluginCRMUser load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- The identifier of the CRMUserplugin
- the Plugin
CRMUser loadByUserGuid(java.lang.String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strUserGuid
- the user guidplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |