Class InteropResponseData
java.lang.Object
org.apache.fineract.infrastructure.core.data.CommandProcessingResult
org.apache.fineract.interoperation.data.InteropResponseData
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InteropQuoteResponseData,InteropTransactionRequestResponseData,InteropTransferResponseData
public class InteropResponseData
extends org.apache.fineract.infrastructure.core.data.CommandProcessingResult
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInteropResponseData(Long resourceId, Long officeId, Long commandId, Map<String, Object> changesOnly, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList) -
Method Summary
Modifier and TypeMethodDescriptionstatic InteropResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state) static InteropResponseDatabuild(@NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList) static InteropResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state) protected static InteropResponseDatabuild(Long commandId, @NotNull String transactionCode, @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList) protected static Stringformat(LocalDateTime date) org.apache.fineract.interoperation.domain.InteropActionStategetState()protected static LocalDateTimeMethods 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
-
Field Details
-
ISO_DATE_TIME_PATTERN
- See Also:
-
ISO_DATE_TIME_FORMATTER
-
-
Constructor Details
-
InteropResponseData
protected InteropResponseData(Long resourceId, Long officeId, Long commandId, Map<String, Object> changesOnly, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList)
-
-
Method Details
-
build
protected static InteropResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList) -
build
public static InteropResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state, LocalDateTime expiration, List<ExtensionData> extensionList) -
build
public static InteropResponseData build(Long commandId, @NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state) -
build
public static InteropResponseData build(@NotNull @NotNull String transactionCode, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropActionState state) -
getTransactionCode
-
getState
public org.apache.fineract.interoperation.domain.InteropActionState getState() -
getExpiration
-
getExpirationDate
-
getExtensionList
-
parse
-
format
-