You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by sh...@apache.org on 2018/11/26 12:37:59 UTC

[fineract] branch develop updated (47e7f7e -> 26302b5)

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 47e7f7e  Merge pull request #455 from MexinaD/FINERACT-630
     add ec3ae14  FINERACT-628 Products APIs
     new 26302b5  Merge pull request #485 from ShruthiRajaram/FINERACT_628_Products

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                               | 1191 +++++++++++++++++++-
 .../service/AppuserClientMapperReadService.java    |    2 +
 .../AppuserClientMapperReadServiceImpl.java        |   20 +-
 .../products/api/SelfLoanProductsApiResource.java  |   77 ++
 .../api/SelfSavingsProductsApiResource.java        |   78 ++
 .../products/api/SelfShareProductsApiResource.java |   79 ++
 6 files changed, 1444 insertions(+), 3 deletions(-)
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/portfolio/self/products/api/SelfLoanProductsApiResource.java
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/portfolio/self/products/api/SelfSavingsProductsApiResource.java
 create mode 100644 fineract-provider/src/main/java/org/apache/fineract/portfolio/self/products/api/SelfShareProductsApiResource.java


[fineract] 01/01: Merge pull request #485 from ShruthiRajaram/FINERACT_628_Products

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 26302b52ffd94e3c8ab3469589f0e5e2cc7167ed
Merge: 47e7f7e ec3ae14
Author: ShruthiRajaram <sh...@confluxtechnologies.com>
AuthorDate: Mon Nov 26 18:07:55 2018 +0530

    Merge pull request #485 from ShruthiRajaram/FINERACT_628_Products
    
    FINERACT-628 Products APIs

 api-docs/apiLive.htm                               | 1191 +++++++++++++++++++-
 .../service/AppuserClientMapperReadService.java    |    2 +
 .../AppuserClientMapperReadServiceImpl.java        |   20 +-
 .../products/api/SelfLoanProductsApiResource.java  |   77 ++
 .../api/SelfSavingsProductsApiResource.java        |   78 ++
 .../products/api/SelfShareProductsApiResource.java |   79 ++
 6 files changed, 1444 insertions(+), 3 deletions(-)