|
||||||||||
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(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 |
List<CRMUser> |
selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find all. |
List<CRMUser> |
selectByListIds(List<Integer> listIdsCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select by list ids. |
List<Integer> |
selectListIdsCRMUserByFilter(CRMUserFilter filter,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Find list ids crm user by filter. |
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(String strUserGuid, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strUserGuid
- the user guidplugin
- the Plugin
List<CRMUser> selectAll(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the plugin
List<Integer> selectListIdsCRMUserByFilter(CRMUserFilter filter, fr.paris.lutece.portal.service.plugin.Plugin plugin)
filter
- the filterplugin
- the plugin
List<CRMUser> selectByListIds(List<Integer> listIdsCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
listIdsCRMUser
- the list ids crm userplugin
- the plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |