Package rst.hdl.in
Class IplGlbPsaRstApiEvtHdlInGetMyContact
- java.lang.Object
-
- de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
-
- de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlIn
-
- de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlInGet
-
- rst.hdl.in.IplGlbPsaRstApiEvtHdlInGetMyContact
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class IplGlbPsaRstApiEvtHdlInGetMyContact extends PsaRstApiEvtHdlInGet
PSA_RST_API_EVT_HDL_IN_GET_MY_CONTACT- Direction: IN
- Method: GET
- Path: my/contact
- Author:
- RESTAPI
-
-
Field Summary
-
Fields inherited from class de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
Default_External_Language, Default_User, Force_IAM_User, Max_Records
-
-
Constructor Summary
Constructors Constructor Description IplGlbPsaRstApiEvtHdlInGetMyContact(PsaRstApiEvtHdlDat data)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
handleEvent()
Handle the event-
Methods inherited from class de.pisa.psa.rst.hdl.in.PsaRstApiEvtHdlIn
getUsedFields, insertRecord, insertRecord, json2object, updateRecord
-
Methods inherited from class de.pisa.psa.rst.hdl.PsaRstApiEvtHdl
buildResponse, cloneRecords, close, fetchContact, fetchEureka, fetchEurekaRecords, fetchIAMContact, fetchRecord, fetchRecord, fetchRecords, findEmail, getActiveEventHandler, getContinuation, getData, getEurekaDtoQuery, getExternalCommunicationLanguage, getFetchRecordKeyField, getField, getIAMUser, getJsonIncludeEmpty, getQuery, getSsn, getSsnUsr, getSysSsn, isIAMUser, loadRecord, newDto, newObject, newPsaRstApiObjLis, noEventLogging, queryEureka, queryEurekaRecords, queryRecord, queryRecords, setActiveEventHandler, setExternalLanguage, setJsonIncludeEmpty, toJson
-
-
-
-
Constructor Detail
-
IplGlbPsaRstApiEvtHdlInGetMyContact
public IplGlbPsaRstApiEvtHdlInGetMyContact(PsaRstApiEvtHdlDat data)
Constructor- Parameters:
data
- event data
-
-
Method Detail
-
handleEvent
public javax.ws.rs.core.Response handleEvent() throws java.lang.Exception
Handle the event- Specified by:
handleEvent
in classPsaRstApiEvtHdl
- Returns:
- response
- Throws:
java.lang.Exception
- See Also:
PsaRstApiEvtHdl.handleEvent()
-
-