|
||||||||||
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.CRMUserHome
public final class CRMUserHome
CRMUserHome
Method Summary | |
---|---|
static int |
create(CRMUser user)
Insert a new record in the table. |
static CRMUser |
findByPrimaryKey(int nIdCRMUser)
Load the data from the table |
static CRMUser |
findByUserGuid(java.lang.String strUserGuid)
Load the data from a given user guid |
static int |
newPrimaryKey()
Generates a new primary key |
static void |
remove(int nIdCRMUser)
Delete a record from the table |
static void |
update(CRMUser user)
Update the record in the table |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int newPrimaryKey()
public static int create(CRMUser user)
user
- instance of the CRMUser object to insert
public static void update(CRMUser user)
user
- the reference of the CRMUserpublic static void remove(int nIdCRMUser)
nIdCRMUser
- int identifier of the CRMUser to deletepublic static CRMUser findByPrimaryKey(int nIdCRMUser)
nIdCRMUser
- The identifier of the CRMUser
public static CRMUser findByUserGuid(java.lang.String strUserGuid)
strUserGuid
- The user guid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |