|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.business.user.CRMUserAttributeDAO
public class CRMUserAttributeDAO
CRMUserAttributeDAO
Constructor Summary | |
---|---|
CRMUserAttributeDAO()
|
Method Summary | |
---|---|
void |
delete(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(int nIdCRMUser,
java.lang.String strUserAttributeKey,
java.lang.String strUserAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
java.util.Map<java.lang.String,java.lang.String> |
load(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRMUserAttributeDAO()
Method Detail |
---|
public void insert(int nIdCRMUser, java.lang.String strUserAttributeKey, java.lang.String strUserAttributeValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
insert
in interface ICRMUserAttributeDAO
nIdCRMUser
- the id crm userstrUserAttributeKey
- user attribute keystrUserAttributeValue
- user attribute valueplugin
- the Pluginpublic void delete(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
delete
in interface ICRMUserAttributeDAO
nIdCRMUser
- int identifier of the CRMUser to deleteplugin
- the Pluginpublic java.util.Map<java.lang.String,java.lang.String> load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
load
in interface ICRMUserAttributeDAO
nIdCRMUser
- The identifier of the CRMUserplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |