Class InteropTransactionRequestResponseData
java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropResponseData
org.apache.fineract.interoperation.data.InteropTransactionRequestResponseData
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class org.apache.fineract.interoperation.data.InteropResponseData
ISO_DATE_TIME_FORMATTER, ISO_DATE_TIME_PATTERN -
Method Summary
Modifier and TypeMethodDescriptionbuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String requestCode) build(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull String requestCode) build(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull String requestCode) build(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull String requestCode) Methods inherited from class org.apache.fineract.interoperation.data.InteropResponseData
build, build, build, build, format, getExpiration, getExpirationDate, getExtensionList, getState, getTransactionCode, parseMethods inherited from class org.apache.fineract.infrastructure.core.data.CommandProcessingResult
commandOnlyResult, empty, fromCommandProcessingResult, fromCommandProcessingResult, fromDetails, getChanges, getClientId, getCommandId, getCreditBureauReportData, getGlimId, getGroupId, getGsimId, getLoanExternalId, getLoanId, getOfficeId, getProductId, getResourceExternalId, getResourceId, getResourceIdentifier, getRollbackTransaction, getSavingsId, getSubResourceExternalId, getSubResourceId, getTransactionId, hasChanges, isRollbackTransaction, resourceResult, resourceResult, resourceResult, setOfficeId, setRollbackTransaction, toString, withChanges
-
Method Details
-
build
public static InteropTransactionRequestResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull @NotNull String requestCode) -
build
public static InteropTransactionRequestResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList, @NotNull @NotNull String requestCode) -
build
public static InteropTransactionRequestResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String requestCode) -
build
public static InteropTransactionRequestResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, @NotNull @NotNull String requestCode) -
getRequestCode
-