[ 
http://mifosforge.jira.com/browse/MIFOS-4137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62176#action_62176
 ] 

Mifos Hudson Jira Plugin User commented on MIFOS-4137:
------------------------------------------------------

Integrated in !http://ci.mifos.org/hudson/images/16x16/red.gif! [head-master 
#2211|http://ci.mifos.org/hudson/job/head-master/2211/]
     MIFOS-4137: add service facades for edit, update and retrieval of account 
status and transaction history.
MIFOS-4137: fix integration tests

Keith Woodlock : 
[a3dd51962248d60a61dca6012dbc4745e95419f5|http://mifos.git.sourceforge.net/git/gitweb.cgi?p=mifos/head&a=commit&h=a3dd51962248d60a61dca6012dbc4745e95419f5]
Files : 
* 
serviceInterfaces/src/main/java/org/mifos/dto/screen/SavingsAccountDepositDueDto.java
* 
application/src/test/java/org/mifos/accounts/loan/struts/action/CloseLoanActionStrutsTest.java
* 
application/src/main/java/org/mifos/accounts/savings/business/SavingsTransactionHistoryDto.java
* 
application/src/main/java/org/mifos/accounts/business/AccountStatusChangeHistoryEntity.java
* 
application/src/test/java/org/mifos/accounts/savings/persistence/SavingsBOIntegrationTest.java
* 
serviceInterfaces/src/main/java/org/mifos/dto/screen/TransactionHistoryDto.java
* 
application/src/main/java/org/mifos/accounts/savings/business/SavingsRecentActivityDto.java
* 
application/src/test/java/org/mifos/accounts/business/AccountBOIntegrationTest.java
* 
application/src/test/java/org/mifos/accounts/business/service/AccountServiceIntegrationTest.java
* 
application/src/main/java/org/mifos/application/servicefacade/SavingsServiceFacadeWebTier.java
* 
serviceInterfaces/src/main/java/org/mifos/dto/domain/SavingsStatusChangeHistoryDto.java
* application/src/main/java/org/mifos/accounts/savings/business/SavingsBO.java
* 
application/src/main/java/org/mifos/accounts/business/TransactionHistoryDto.java
* 
application/src/main/java/org/mifos/accounts/business/AccountActionDateEntity.java
* 
application/src/test/java/org/mifos/accounts/struts/action/AccountActionStrutsTest.java
* application/src/main/java/org/mifos/accounts/business/AccountBO.java
* 
serviceInterfaces/src/main/java/org/mifos/dto/screen/SavingsTransactionHistoryDto.java
* 
application/src/test/java/org/mifos/accounts/savings/struts/action/SavingsActionStrutsTest.java
* 
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/SavingsServiceFacade.java
* serviceInterfaces/src/main/java/org/mifos/dto/domain/DueOnDateDto.java
* 
serviceInterfaces/src/main/java/org/mifos/dto/screen/SavingsRecentActivityDto.java
* 
application/src/main/java/org/mifos/accounts/savings/struts/action/SavingsAction.java
* 
application/src/main/java/org/mifos/accounts/struts/action/AccountAppAction.java
* 
application/src/main/java/org/mifos/accounts/business/service/AccountBusinessService.java

Keith Woodlock : 
[300bea64662c09544eb24a81e317e6c0cfa0a919|http://mifos.git.sourceforge.net/git/gitweb.cgi?p=mifos/head&a=commit&h=300bea64662c09544eb24a81e317e6c0cfa0a919]
Files : 
* 
application/src/main/java/org/mifos/accounts/savings/struts/action/SavingsAction.java
* 
application/src/main/java/org/mifos/customers/group/business/service/GroupInformationDto.java
* 
application/src/test/java/org/mifos/accounts/savings/struts/action/SavingsActionStrutsTest.java
* 
serviceInterfaces/src/main/java/org/mifos/application/servicefacade/SavingsServiceFacade.java
* .settings/org.eclipse.wst.common.component
* 
application/src/main/java/org/mifos/customers/center/business/service/CenterInformationDto.java
* 
application/src/main/java/org/mifos/accounts/savings/util/helpers/SavingsAccountDto.java
* 
application/src/main/java/org/mifos/customers/client/business/service/WebTierClientDetailsServiceFacade.java
* serviceInterfaces/src/main/java/org/mifos/dto/domain/CustomerNoteDto.java
* application/src/main/java/org/mifos/customers/persistence/CustomerDao.java
* 
serviceInterfaces/src/main/java/org/mifos/dto/domain/SavingsAccountDetailDto.java
* 
application/src/main/java/org/mifos/customers/client/business/service/ClientInformationDto.java
* 
application/src/main/java/org/mifos/customers/util/helpers/CustomerNoteDto.java
* application/src/main/java/org/mifos/accounts/savings/business/SavingsBO.java
* 
application/src/main/java/org/mifos/customers/center/business/service/WebTierCenterDetailsServiceFacade.java
* 
application/src/main/java/org/mifos/customers/persistence/CustomerDaoHibernate.java
* 
application/src/main/java/org/mifos/application/servicefacade/SavingsServiceFacadeWebTier.java
* 
application/src/main/java/org/mifos/customers/group/business/service/WebTierGroupDetailsServiceFacade.java


> Ensure all Savings Struts Actions use Savings Service Facade and use data 
> from DTO returned where possible. All data needed for UI screen should exist 
> within DTO.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MIFOS-4137
>                 URL: http://mifosforge.jira.com/browse/MIFOS-4137
>             Project: mifos
>          Issue Type: Epic
>          Components: Savings Account
>            Reporter: keithwoodlock
>            Assignee: keithwoodlock
>             Fix For: Elsie F
>
>
> Concentraing on getting service facades in place for all of savings.
> This means that each action class should use service facade and use the data 
> from dto where applicable.
> At time, becuase JSP is coupled to domain entity, we will still leave this in 
> place.
> The purpose of this is that when someone comes along to do UI using 
> FTL/spring web flow, spring mvc, all service facades and dtos will be in 
> place and concentraing soley on service facades will allow focus on getting 
> them done with a view to using for data migration and integration tests.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://mifosforge.jira.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Mifos-issues mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-issues

Reply via email to