Overview

Summary

ContactDonateImprint


Appendix E-18: SESSION STATE (UI prompt)


SessionStatePaymentAccountModuleSignalMessenger

Properties (7)

PropertyTypeEntityReferenceModule
(1) CreatedAtDATESessionState
(2) LocalDeviceLONGSessionState
(3) RemoteDeviceLONGSessionState
(4) RemoteUserAccountLONGSessionState
(5) SerializedStateSTRINGSessionState
(6) SessionIdentifierSTRINGSessionState
(7) UpdatedAtDATESessionState


Module Interfaces (5)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /sessionstate/{id}updateSessionStateById(sessionstate)PaymentAccountModulePUTSessionState
(2) /sessionstate/{id}findSessionStateById(id)PaymentAccountModuleGETSessionState
(3) /sessionstateinsertSessionState(sessionstate)PaymentAccountModulePOSTSessionState
(4) /sessionstate/{id}deleteSessionStateById(id)PaymentAccountModuleDELETESessionState
(5) /sessionstatefindAllSessionState()PaymentAccountModuleGETSessionState





Example:

final SessionState sessionstate = (SessionState) invokeModule(PAYMENT_ACCOUNT_MODULE + "/sessionstate/" + id, SessionState.class);
if (sessionstate != null) {
}
return sessionstate;


Overview

Summary

ContactDonateImprint