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

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git

commit ce101184a4ef48760a95352ef08ec750e0e73491
Merge: 171084b 008fa0e
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Apr 16 21:19:17 2018 +0200

    Merge pull request #4 from myrle-krantz/develop
    
    Updating package names.

 README.md                                          |  4 +-
 .../fineract/cn}/office/api/v1/EventConstants.java |  2 +-
 .../cn}/office/api/v1/PermittableGroupIds.java     |  2 +-
 .../api/v1/client/AlreadyExistsException.java      |  2 +-
 .../office/api/v1/client/BadRequestException.java  |  2 +-
 .../api/v1/client/ChildrenExistException.java      |  2 +-
 .../office/api/v1/client/NotFoundException.java    |  2 +-
 .../office/api/v1/client/OrganizationManager.java  | 29 +++++-----
 .../fineract/cn}/office/api/v1/domain/Address.java |  2 +-
 .../cn}/office/api/v1/domain/ContactDetail.java    |  2 +-
 .../cn}/office/api/v1/domain/Employee.java         |  7 +--
 .../cn}/office/api/v1/domain/EmployeePage.java     |  2 +-
 .../office/api/v1/domain/ExternalReference.java    |  5 +-
 .../fineract/cn}/office/api/v1/domain/Office.java  |  4 +-
 .../cn}/office/api/v1/domain/OfficePage.java       |  2 +-
 .../apache/fineract/cn}/office/TestEmployee.java   | 55 +++++++++---------
 .../apache/fineract/cn}/office/TestOffice.java     | 54 +++++++++---------
 .../cn}/office/listener/EmployeeEventListener.java |  8 +--
 .../office/listener/MigrationEventListener.java    |  8 +--
 .../cn}/office/listener/OfficeEventListener.java   | 10 ++--
 .../fineract/cn}/office/util/AddressFactory.java   |  4 +-
 .../fineract/cn}/office/util/EmployeeFactory.java  |  4 +-
 .../fineract/cn}/office/util/OfficeFactory.java    |  4 +-
 .../fineract/cn}/office/OfficeApplication.java     |  4 +-
 .../fineract/cn}/office/ServiceConstants.java      |  2 +-
 .../office/internal/command/AddBranchCommand.java  |  4 +-
 .../command/AddExternalReferenceCommand.java       |  4 +-
 .../internal/command/CreateEmployeeCommand.java    |  4 +-
 .../internal/command/CreateOfficeCommand.java      |  4 +-
 .../command/DeleteAddressOfOfficeCommand.java      |  2 +-
 .../command/DeleteContactDetailCommand.java        |  2 +-
 .../internal/command/DeleteEmployeeCommand.java    |  2 +-
 .../internal/command/DeleteOfficeCommand.java      |  2 +-
 .../internal/command/InitializeServiceCommand.java |  2 +-
 .../command/SetAddressForOfficeCommand.java        |  4 +-
 .../internal/command/SetContactDetailsCommand.java |  4 +-
 .../internal/command/UpdateEmployeeCommand.java    |  4 +-
 .../internal/command/UpdateOfficeCommand.java      |  4 +-
 .../command/handler/EmployeeAggregate.java         | 49 ++++++++--------
 .../command/handler/MigrationAggregate.java        | 19 +++----
 .../internal/command/handler/OfficeAggregate.java  | 57 ++++++++++---------
 .../cn}/office/internal/command/handler/Utils.java |  2 +-
 .../config/OfficeServiceConfiguration.java         | 14 ++---
 .../cn}/office/internal/mapper/AddressMapper.java  |  6 +-
 .../internal/mapper/ContactDetailMapper.java       |  6 +-
 .../cn}/office/internal/mapper/EmployeeMapper.java |  6 +-
 .../cn}/office/internal/mapper/OfficeMapper.java   |  6 +-
 .../office/internal/repository/AddressEntity.java  |  2 +-
 .../internal/repository/AddressRepository.java     |  2 +-
 .../internal/repository/ContactDetailEntity.java   |  2 +-
 .../repository/ContactDetailRepository.java        |  2 +-
 .../office/internal/repository/EmployeeEntity.java |  2 +-
 .../internal/repository/EmployeeRepository.java    |  2 +-
 .../repository/ExternalReferenceEntity.java        |  2 +-
 .../repository/ExternalReferenceRepository.java    |  2 +-
 .../office/internal/repository/OfficeEntity.java   |  2 +-
 .../internal/repository/OfficeRepository.java      |  2 +-
 .../office/internal/service/EmployeeService.java   | 41 +++++++-------
 .../cn}/office/internal/service/OfficeService.java | 39 +++++++------
 .../rest/config/OfficeRestConfiguration.java       | 20 +++----
 .../rest/controller/OfficeRestController.java      | 65 +++++++++++-----------
 61 files changed, 301 insertions(+), 313 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.

Reply via email to