|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRMUserAttributeDAO
ICRMUserAttributeDAO
Method Summary | |
---|---|
int |
countAttributeValueInstances(String strUserAttributeValue,
String strUserAttributeKey,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Count the number of instance of a given value of an attribute |
void |
delete(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Delete a record from the table |
void |
insert(int nIdCRMUser,
String strUserAttributeKey,
String strUserAttributeValue,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table. |
Map<String,String> |
load(int nIdCRMUser,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table |
Method Detail |
---|
void insert(int nIdCRMUser, String strUserAttributeKey, 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 PluginMap<String,String> load(int nIdCRMUser, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nIdCRMUser
- The identifier of the CRMUserplugin
- the Plugin
int countAttributeValueInstances(String strUserAttributeValue, String strUserAttributeKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
strUserAttributeValue
- The value of the attributestrUserAttributeKey
- The key of the attributeplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |