This is an automated email from the ASF dual-hosted git repository.

shruthirajaram pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git.


    from f45dda4  Merge pull request #461 from 
ShruthiRajaram/develop_FINERACT_611
     add 2d6a19a  FINERACT:628 API support for self share accounts
     new 7cef5ed  Merge pull request #466 from 
ShruthiRajaram/develop_FINERACT_628.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api-docs/apiLive.htm                               | 907 +++++++++++++++++++++
 .../constants/ShareAccountApiConstants.java        |   4 +-
 .../api/SelfShareAccountsApiResource.java          | 167 ++++
 .../data/SelfShareAccountsDataValidator.java       |  75 ++
 ...serShareAccountsMapperReadPlatformService.java} |   6 +-
 ...hareAccountsMapperReadPlatformServiceImpl.java} |  21 +-
 6 files changed, 1167 insertions(+), 13 deletions(-)
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/portfolio/self/shareaccounts/api/SelfShareAccountsApiResource.java
 create mode 100644 
fineract-provider/src/main/java/org/apache/fineract/portfolio/self/shareaccounts/data/SelfShareAccountsDataValidator.java
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/{products/service/ProductCommandsService.java
 => 
self/shareaccounts/service/AppUserShareAccountsMapperReadPlatformService.java} 
(79%)
 copy 
fineract-provider/src/main/java/org/apache/fineract/portfolio/self/{savings/service/AppuserSavingsMapperReadServiceImpl.java
 => 
shareaccounts/service/AppUserShareAccountsMapperReadPlatformServiceImpl.java} 
(72%)

Reply via email to