public interface FinancialEntityService
| Modifier and Type | Method and Description |
|---|---|
PersonFinIntDisclosure |
getCurrentFinancialEntities(String entityNumber) |
List<PersonFinIntDisclosure> |
getFinancialEntities(String personId,
boolean active)
This method to get a list of active or inactive financial entities of this personid
only return the last version, ie, current one.
|
List<FinEntityDataMatrixBean> |
getFinancialEntityDataMatrix()
This method is to set up the datamatrix bean, which will be used for UI
This bean is formed by datagroup/datamatrix/relationtype
|
List<FinEntityDataMatrixBean> |
getFinancialEntityDataMatrixForEdit(List<PersonFinIntDisclDet> disclosureDetails)
This method is to get the datamatrix bean and then populate the existing data from person fin discl detail
|
List<FinIntEntityRelType> |
getFinancialEntityRelationshipTypes()
This method is to get all the active relationship types
|
FinancialEntityReporter |
getFinancialEntityReporter(String personId)
This method is to get the financial entity reporter.
|
List<PersonFinIntDisclDet> |
getFinDisclosureDetails(List<FinEntityDataMatrixBean> dataMatrixs,
String entityNumber,
Integer sequenceNumber)
This method is to convert UI data matrix to fin disclosure detail
|
List<PersonFinIntDisclosure> |
getFinDisclosureVersions(String entityNumber) |
String |
getNextEntityNumber()
get next entity number from DB sequence
This method...
|
List<FinancialEntityAttachment> |
retrieveFinancialEntityAttachmentsFor(Long entityId)
This method returns the current list of FinancialEntityAttachment objects for the specified FE
and null when input parameter is null.
|
PersonFinIntDisclosure |
versionPersonFinintDisclosure(PersonFinIntDisclosure personFinIntDisclosure,
List<FinEntityDataMatrixBean> newRelationDetails,
List<FinancialEntityAttachment> newFinancialEntityAttachments)
This method to version person FE disclosure
|
List<PersonFinIntDisclosure> getFinancialEntities(String personId, boolean active)
personId - active - FinancialEntityReporter getFinancialEntityReporter(String personId)
personId - List<FinIntEntityRelType> getFinancialEntityRelationshipTypes()
List<FinEntityDataMatrixBean> getFinancialEntityDataMatrix()
List<PersonFinIntDisclDet> getFinDisclosureDetails(List<FinEntityDataMatrixBean> dataMatrixs, String entityNumber, Integer sequenceNumber)
dataMatrixs - entityNumber - sequenceNumber - List<FinEntityDataMatrixBean> getFinancialEntityDataMatrixForEdit(List<PersonFinIntDisclDet> disclosureDetails)
disclosureDetails - PersonFinIntDisclosure versionPersonFinintDisclosure(PersonFinIntDisclosure personFinIntDisclosure, List<FinEntityDataMatrixBean> newRelationDetails, List<FinancialEntityAttachment> newFinancialEntityAttachments) throws VersionException
personFinIntDisclosure - newRelationDetails - newFinancialEntityAttachments - VersionExceptionString getNextEntityNumber()
List<PersonFinIntDisclosure> getFinDisclosureVersions(String entityNumber)
PersonFinIntDisclosure getCurrentFinancialEntities(String entityNumber)
List<FinancialEntityAttachment> retrieveFinancialEntityAttachmentsFor(Long entityId)
entityId - Copyright © 2013 The Kuali Foundation. All Rights Reserved.