|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.crm.modules.rest.rs.CRMUserAttributesRest
public class CRMUserAttributesRest
CRMUserAttributeRest
Constructor Summary | |
---|---|
CRMUserAttributesRest()
|
Method Summary | |
---|---|
String |
getCRMUserAttribute(String strUserGuid,
String strAttribute)
Get the CRMUser attribute value |
String |
getCRMUserAttributesJson(String strUserGuid)
Get the CRMUser attributes in JSON |
String |
getCRMUserAttributesXml(String strUserGuid)
Get the CRMUser attributes in XML |
String |
getUserGuidFromIdCRMUser(String strIdCRMUser)
Get the user guid from a given id crm user |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CRMUserAttributesRest()
Method Detail |
---|
public String getCRMUserAttributesXml(String strUserGuid)
strUserGuid
- the user guid
public String getCRMUserAttributesJson(String strUserGuid)
strUserGuid
- the user guid
public String getCRMUserAttribute(String strUserGuid, String strAttribute)
strUserGuid
- the user guidstrAttribute
- the attribute
public String getUserGuidFromIdCRMUser(String strIdCRMUser)
strIdCRMUser
- the id crm user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |