|
||||||||||
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.CRMUserAttributeHome
public final class CRMUserAttributeHome
CRMUserAttributeHome
Method Summary | |
---|---|
static int |
countAttributeValueInstances(String strUserAttributeValue,
String strUserAttributeKey)
Count the number of instance of a given value of an attribute |
static void |
create(int nIdCRMUser,
String strUserAttributeKey,
String strUserAttributeValue)
Insert a new record in the table. |
static Map<String,String> |
findByPrimaryKey(int nIdCRMUser)
Load the data from the table |
static void |
remove(int nIdCRMUser)
Delete a record from the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(int nIdCRMUser, String strUserAttributeKey, String strUserAttributeValue)
nIdCRMUser
- the id crm userstrUserAttributeKey
- user attribute keystrUserAttributeValue
- user attribute valuepublic static void remove(int nIdCRMUser)
nIdCRMUser
- int identifier of the CRMUser to deletepublic static Map<String,String> findByPrimaryKey(int nIdCRMUser)
nIdCRMUser
- The identifier of the CRMUser
public static int countAttributeValueInstances(String strUserAttributeValue, String strUserAttributeKey)
strUserAttributeValue
- The value of the attributestrUserAttributeKey
- The key of the attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |