|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRMUserAttributeDAO
ICRMUserAttributeDAO
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 |
Method Detail |
---|
void insert(int nIdCRMUser, java.lang.String strUserAttributeKey, java.lang.String strUserAttributeValue, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- the id crm userstrUserAttributeKey
- user attribute keystrUserAttributeValue
- user attribute valueplugin
- the Pluginvoid delete(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- int identifier of the CRMUser to deleteplugin
- the Pluginjava.util.Map<java.lang.String,java.lang.String> load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- The identifier of the CRMUserplugin
- the Plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |