Namespace LemonEdge.API.Core.FinancialServices.Processors.Transactional.CustomQueries
Classes
GetAllocationAmountsForEntities
Returns a set of IAllocationAmount entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent rule includes or excludes the specified entities too
Used by AllocationTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(string, params object[]).GetGLAllocationsForEntities
Returns a set of IGLPostingAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent posting includes or excludes the specified entities too
Used by TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(string, params object[]).GetGLPostingsForEntities
Returns a set of IGLPosting entities that have gl posting allocations for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the posting includes or excludes the specified entities too
Used by TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(string, params object[]).GetSplitTransactionsForStepChange
GetTransactionAllocationsForEntities
Returns a set of ITransactionAllocated entities that are for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the parent transaction includes or excludes the specified entities too
Used for TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(string, params object[]).GetTransactionsForEntities
Returns a set of ITransaction entities that have transaction allocations for the specified EntityID, not included in the specified transfer, and less than the specified date
The EntityID for the transaction includes or excludes the specified entities too
Used for TransactionAllocatedTransferProcessorExtender, and can be called using ExecuteCustomQuery<T>(string, params object[]).