Skip to content

Commit

Permalink
renaming modelObject package to just Object MIFOSAC-321
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkeye14 committed Dec 28, 2024
1 parent e6b9364 commit 7c23978
Show file tree
Hide file tree
Showing 418 changed files with 571 additions and 571 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package com.mifos.core.data.pagingSource

import androidx.paging.PagingSource
import androidx.paging.PagingState
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.network.datamanager.DataManagerCenter
import com.mifos.core.objects.group.Center
import rx.Subscriber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package com.mifos.core.data.pagingSource

import androidx.paging.PagingSource
import androidx.paging.PagingState
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.network.datamanager.DataManagerCharge
import com.mifos.core.objects.client.Charges
import kotlinx.coroutines.suspendCancellableCoroutine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ package com.mifos.core.data.pagingSource

import androidx.paging.PagingSource
import androidx.paging.PagingState
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.network.datamanager.DataManagerClient
import com.mifos.core.objects.client.Client
import rx.Subscriber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.clients.ActivatePayload
import com.mifos.core.`object`.clients.ActivatePayload
import com.mifos.core.network.GenericResponse
import org.openapitools.client.models.PostCentersCenterIdResponse
import org.openapitools.client.models.PostClientsClientIdResponse
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.groups.CenterInfo
import com.mifos.core.`object`.groups.CenterInfo
import com.mifos.core.objects.group.CenterWithAssociations
import kotlinx.coroutines.flow.Flow

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repository

import androidx.paging.PagingData
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.objects.group.Center
import com.mifos.core.objects.group.CenterWithAssociations
import kotlinx.coroutines.flow.Flow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.clients.ChargeCreationResponse
import com.mifos.core.modelobjects.template.client.ChargeTemplate
import com.mifos.core.`object`.clients.ChargeCreationResponse
import com.mifos.core.`object`.template.client.ChargeTemplate
import com.mifos.core.payloads.ChargesPayload

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.checkerinboxtask.CheckerInboxSearchTemplate
import com.mifos.core.modelobjects.checkerinboxtask.CheckerTask
import com.mifos.core.`object`.checkerinboxtask.CheckerInboxSearchTemplate
import com.mifos.core.`object`.checkerinboxtask.CheckerTask
import com.mifos.core.network.GenericResponse

interface CheckerInboxRepository {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.checkerinboxtask.CheckerTask
import com.mifos.core.modelobjects.checkerinboxtask.RescheduleLoansTask
import com.mifos.core.`object`.checkerinboxtask.CheckerTask
import com.mifos.core.`object`.checkerinboxtask.RescheduleLoansTask
import kotlinx.coroutines.flow.Flow

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.noncoreobjects.IdentifierCreationResponse
import com.mifos.core.modelobjects.noncoreobjects.IdentifierPayload
import com.mifos.core.modelobjects.noncoreobjects.IdentifierTemplate
import com.mifos.core.`object`.noncoreobjects.IdentifierCreationResponse
import com.mifos.core.`object`.noncoreobjects.IdentifierPayload
import com.mifos.core.`object`.noncoreobjects.IdentifierTemplate

/**
* Created by Aditya Gupta on 16/08/23.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.noncoreobjects.Identifier
import com.mifos.core.`object`.noncoreobjects.Identifier
import org.openapitools.client.models.DeleteClientsClientIdIdentifiersIdentifierIdResponse

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repository

import androidx.paging.PagingData
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.objects.client.Client
import kotlinx.coroutines.flow.Flow
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repository

import com.mifos.core.data.CenterPayload
import com.mifos.core.modelobjects.responses.SaveResponse
import com.mifos.core.`object`.responses.SaveResponse
import rx.Observable

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.responses.SaveResponse
import com.mifos.core.`object`.responses.SaveResponse
import com.mifos.core.objects.group.GroupPayload
import com.mifos.core.objects.organisation.Office
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.noncoreobjects.Document
import com.mifos.core.`object`.noncoreobjects.Document
import com.mifos.core.network.GenericResponse
import okhttp3.ResponseBody

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.collectionsheets.CollectionSheetRequestPayload
import com.mifos.core.`object`.collectionsheets.CollectionSheetRequestPayload
import com.mifos.core.network.GenericResponse
import com.mifos.core.objects.collectionsheet.CenterDetail
import com.mifos.core.objects.collectionsheet.CollectionSheetPayload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.template.loan.GroupLoanTemplate
import com.mifos.core.`object`.template.loan.GroupLoanTemplate
import com.mifos.core.objects.accounts.loan.Loans
import com.mifos.core.payloads.GroupLoanPayload
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.loan.LoanApproval
import com.mifos.core.`object`.account.loan.LoanApproval
import com.mifos.core.network.GenericResponse
import rx.Observable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.loan.LoanDisbursement
import com.mifos.core.`object`.account.loan.LoanDisbursement
import com.mifos.core.network.GenericResponse
import com.mifos.core.objects.templates.loans.LoanTransactionTemplate
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repository

import com.mifos.core.data.LoansPayload
import com.mifos.core.modelobjects.organisations.LoanProducts
import com.mifos.core.`object`.organisations.LoanProducts
import com.mifos.core.objects.accounts.loan.Loans
import com.mifos.core.objects.templates.loans.LoanTemplate
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.clients.ChargeCreationResponse
import com.mifos.core.`object`.clients.ChargeCreationResponse
import com.mifos.core.payloads.ChargesPayload
import okhttp3.ResponseBody

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.loan.LoanRepaymentResponse
import com.mifos.core.`object`.account.loan.LoanRepaymentResponse
import com.mifos.core.objects.accounts.loan.LoanRepaymentRequest
import com.mifos.core.objects.templates.loans.LoanRepaymentTemplate
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.users.UserLocation
import com.mifos.core.`object`.users.UserLocation

/**
* Created by Aditya Gupta on 06/08/23.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.clients.ClientAddressRequest
import com.mifos.core.modelobjects.clients.ClientAddressResponse
import com.mifos.core.`object`.clients.ClientAddressRequest
import com.mifos.core.`object`.clients.ClientAddressResponse
import com.mifos.core.network.GenericResponse

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.runreport.client.ClientReportTypeItem
import com.mifos.core.`object`.runreport.client.ClientReportTypeItem

/**
* Created by Aditya Gupta on 12/08/23.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.runreport.FullParameterListResponse
import com.mifos.core.`object`.runreport.FullParameterListResponse

/**
* Created by Aditya Gupta on 12/08/23.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.loan.SavingsApproval
import com.mifos.core.`object`.account.loan.SavingsApproval
import com.mifos.core.network.GenericResponse
import rx.Observable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.organisations.ProductSavings
import com.mifos.core.`object`.organisations.ProductSavings
import com.mifos.core.objects.client.Savings
import com.mifos.core.objects.templates.savings.SavingProductsTemplate
import com.mifos.core.payloads.SavingsPayload
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.saving.SavingsAccountTransactionResponse
import com.mifos.core.`object`.account.saving.SavingsAccountTransactionResponse
import com.mifos.core.objects.accounts.savings.SavingsAccountTransactionRequest
import com.mifos.core.objects.templates.savings.SavingsAccountTransactionTemplate
import rx.Observable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.SearchedEntity
import com.mifos.core.`object`.SearchedEntity
import kotlinx.coroutines.flow.Flow

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.surveys.Scorecard
import com.mifos.core.`object`.surveys.Scorecard
import rx.Observable

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repository

import com.mifos.core.data.CenterPayload
import com.mifos.core.modelobjects.responses.SaveResponse
import com.mifos.core.`object`.responses.SaveResponse
import rx.Observable

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.responses.SaveResponse
import com.mifos.core.`object`.responses.SaveResponse
import com.mifos.core.objects.group.GroupPayload
import rx.Observable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.loan.LoanRepaymentResponse
import com.mifos.core.`object`.account.loan.LoanRepaymentResponse
import com.mifos.core.objects.accounts.loan.LoanRepaymentRequest
import rx.Observable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
package com.mifos.core.data.repository

import com.mifos.core.modelobjects.account.saving.SavingsAccountTransactionResponse
import com.mifos.core.`object`.account.saving.SavingsAccountTransactionResponse
import com.mifos.core.objects.accounts.savings.SavingsAccountTransactionRequest
import rx.Observable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.ActivateRepository
import com.mifos.core.modelobjects.clients.ActivatePayload
import com.mifos.core.`object`.clients.ActivatePayload
import com.mifos.core.network.GenericResponse
import com.mifos.core.network.datamanager.DataManagerCenter
import com.mifos.core.network.datamanager.DataManagerClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.CenterDetailsRepository
import com.mifos.core.modelobjects.groups.CenterInfo
import com.mifos.core.`object`.groups.CenterInfo
import com.mifos.core.network.datamanager.DataManagerCenter
import com.mifos.core.network.datamanager.DataManagerRunReport
import com.mifos.core.objects.group.CenterWithAssociations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import androidx.paging.PagingConfig
import androidx.paging.PagingData
import com.mifos.core.data.pagingSource.CenterListPagingSource
import com.mifos.core.data.repository.CenterListRepository
import com.mifos.core.modelobjects.clients.Page
import com.mifos.core.`object`.clients.Page
import com.mifos.core.network.datamanager.DataManagerCenter
import com.mifos.core.objects.group.Center
import com.mifos.core.objects.group.CenterWithAssociations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.ChargeDialogRepository
import com.mifos.core.modelobjects.clients.ChargeCreationResponse
import com.mifos.core.modelobjects.template.client.ChargeTemplate
import com.mifos.core.`object`.clients.ChargeCreationResponse
import com.mifos.core.`object`.template.client.ChargeTemplate
import com.mifos.core.network.DataManager
import com.mifos.core.payloads.ChargesPayload
import javax.inject.Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.CheckerInboxRepository
import com.mifos.core.modelobjects.checkerinboxtask.CheckerInboxSearchTemplate
import com.mifos.core.modelobjects.checkerinboxtask.CheckerTask
import com.mifos.core.`object`.checkerinboxtask.CheckerInboxSearchTemplate
import com.mifos.core.`object`.checkerinboxtask.CheckerTask
import com.mifos.core.network.GenericResponse
import com.mifos.core.network.datamanager.DataManagerCheckerInbox
import javax.inject.Inject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.CheckerInboxTasksRepository
import com.mifos.core.modelobjects.checkerinboxtask.CheckerTask
import com.mifos.core.modelobjects.checkerinboxtask.RescheduleLoansTask
import com.mifos.core.`object`.checkerinboxtask.CheckerTask
import com.mifos.core.`object`.checkerinboxtask.RescheduleLoansTask
import com.mifos.core.network.datamanager.DataManagerCheckerInbox
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.flow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
package com.mifos.core.data.repositoryImp

import com.mifos.core.data.repository.ClientIdentifierDialogRepository
import com.mifos.core.modelobjects.noncoreobjects.IdentifierCreationResponse
import com.mifos.core.modelobjects.noncoreobjects.IdentifierPayload
import com.mifos.core.modelobjects.noncoreobjects.IdentifierTemplate
import com.mifos.core.`object`.noncoreobjects.IdentifierCreationResponse
import com.mifos.core.`object`.noncoreobjects.IdentifierPayload
import com.mifos.core.`object`.noncoreobjects.IdentifierTemplate
import com.mifos.core.network.datamanager.DataManagerClient
import javax.inject.Inject

Expand Down
Loading

0 comments on commit 7c23978

Please sign in to comment.