|
||||||||||
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 void |
create(int nIdCRMUser,
java.lang.String strUserAttributeKey,
java.lang.String strUserAttributeValue)
Insert a new record in the table. |
static java.util.Map<java.lang.String,java.lang.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, java.lang.String strUserAttributeKey, java.lang.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 java.util.Map<java.lang.String,java.lang.String> findByPrimaryKey(int nIdCRMUser)
nIdCRMUser
- The identifier of the CRMUser
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |