Class AccountTransferDetails
java.lang.Object
org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
org.apache.fineract.portfolio.account.domain.AccountTransferDetails
- All Implemented Interfaces:
Serializable,Cloneable,org.eclipse.persistence.descriptors.changetracking.ChangeTracker,org.eclipse.persistence.internal.descriptors.PersistenceEntity,org.eclipse.persistence.internal.descriptors.PersistenceObject,org.eclipse.persistence.internal.weaving.PersistenceWeaved,org.eclipse.persistence.internal.weaving.PersistenceWeavedChangeTracking,org.eclipse.persistence.internal.weaving.PersistenceWeavedFetchGroups,org.eclipse.persistence.queries.FetchGroupTracker,org.springframework.data.domain.Persistable<Long>
@Entity
public class AccountTransferDetails
extends org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom<Long>
- See Also:
-
Field Summary
Fields inherited from class org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom
_persistence_cacheKey, _persistence_fetchGroup, _persistence_listener, _persistence_primaryKey, _persistence_session, _persistence_shouldRefreshFetchGroup -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAccountTransferTransaction(AccountTransferTransaction accountTransferTransaction) org.apache.fineract.portfolio.loanaccount.domain.Loanorg.apache.fineract.portfolio.savings.domain.SavingsAccountstatic AccountTransferDetailsloanToLoanTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.loanaccount.domain.Loan fromLoanAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.loanaccount.domain.Loan toLoanAccount, Integer transferType) static AccountTransferDetailsloanTosavingsTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.loanaccount.domain.Loan fromLoanAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount toSavingsAccount, Integer transferType) static AccountTransferDetailssavingsToLoanTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount fromSavingsAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.loanaccount.domain.Loan toLoanAccount, Integer transferType) static AccountTransferDetailssavingsToSavingsTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount fromSavingsAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount toSavingsAccount, Integer transferType) org.apache.fineract.portfolio.loanaccount.domain.Loanorg.apache.fineract.portfolio.savings.domain.SavingsAccountvoidupdateAccountTransferStandingInstruction(AccountTransferStandingInstruction accountTransferStandingInstruction) Methods inherited from class org.apache.fineract.infrastructure.core.domain.AbstractPersistableCustom
_persistence_checkFetched, _persistence_checkFetchedForSet, _persistence_get, _persistence_get_id, _persistence_getCacheKey, _persistence_getFetchGroup, _persistence_getId, _persistence_getPropertyChangeListener, _persistence_getSession, _persistence_isAttributeFetched, _persistence_new, _persistence_post_clone, _persistence_propertyChange, _persistence_resetFetchGroup, _persistence_set, _persistence_set_id, _persistence_setCacheKey, _persistence_setFetchGroup, _persistence_setId, _persistence_setPropertyChangeListener, _persistence_setSession, _persistence_setShouldRefreshFetchGroup, _persistence_shallow_clone, _persistence_shouldRefreshFetchGroup, getId, isNew, setId
-
Constructor Details
-
AccountTransferDetails
protected AccountTransferDetails()
-
-
Method Details
-
savingsToSavingsTransfer
public static AccountTransferDetails savingsToSavingsTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount fromSavingsAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount toSavingsAccount, Integer transferType) -
savingsToLoanTransfer
public static AccountTransferDetails savingsToLoanTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount fromSavingsAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.loanaccount.domain.Loan toLoanAccount, Integer transferType) -
loanTosavingsTransfer
public static AccountTransferDetails loanTosavingsTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.loanaccount.domain.Loan fromLoanAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.savings.domain.SavingsAccount toSavingsAccount, Integer transferType) -
toSavingsAccount
public org.apache.fineract.portfolio.savings.domain.SavingsAccount toSavingsAccount() -
fromSavingsAccount
public org.apache.fineract.portfolio.savings.domain.SavingsAccount fromSavingsAccount() -
addAccountTransferTransaction
-
updateAccountTransferStandingInstruction
public void updateAccountTransferStandingInstruction(AccountTransferStandingInstruction accountTransferStandingInstruction) -
toLoanAccount
public org.apache.fineract.portfolio.loanaccount.domain.Loan toLoanAccount() -
fromLoanAccount
public org.apache.fineract.portfolio.loanaccount.domain.Loan fromLoanAccount() -
accountTransferStandingInstruction
-
transferType
-
loanToLoanTransfer
public static AccountTransferDetails loanToLoanTransfer(org.apache.fineract.organisation.office.domain.Office fromOffice, org.apache.fineract.portfolio.client.domain.Client fromClient, org.apache.fineract.portfolio.loanaccount.domain.Loan fromLoanAccount, org.apache.fineract.organisation.office.domain.Office toOffice, org.apache.fineract.portfolio.client.domain.Client toClient, org.apache.fineract.portfolio.loanaccount.domain.Loan toLoanAccount, Integer transferType) -
getAccountTransferTransactions
-