Constant Field Values

Contents

org.apache.*

  • org.apache.fineract.infrastructure.bulkimport.importhandler.center.CenterImportHandler
    Modifier and Type
    Constant Field
    Value
    public static final String
    ""
  • org.apache.fineract.infrastructure.bulkimport.importhandler.loan.LoanImportHandler
    Modifier and Type
    Constant Field
    Value
    public static final String
    ""
  • org.apache.fineract.infrastructure.jobs.domain.ScheduledJobDetailRepository
    Modifier and Type
    Constant Field
    Value
    public static final String
    "select new org.apache.fineract.infrastructure.jobs.data.JobDetailData(j.id, j.jobDisplayName, j.shortName, j.nextRunTime, j.errorLog, j.cronExpression, j.activeSchedular, j.currentlyRunning, jh.version, jh.startTime, jh.endTime, jh.status, jh.errorMessage, jh.triggerType, jh.errorLog) from ScheduledJobDetail j left join ScheduledJobRunHistory jh on jh.scheduledJobDetail = j and j.previousRunStartTime = jh.startTime "
  • org.apache.fineract.infrastructure.survey.data.LikelihoodStatus
    Modifier and Type
    Constant Field
    Value
    public static final long
    100L
    public static final long
    200L
  • org.apache.fineract.organisation.staff.domain.StaffRepository
    Modifier and Type
    Constant Field
    Value
    public static final String
    "select s from Staff s where s.id = :id AND s.office.id = :officeId"
  • org.apache.fineract.portfolio.account.domain.StandingInstructionRepository
    Modifier and Type
    Constant Field
    Value
    public static final String
    "select accountTransferStandingInstruction from AccountTransferStandingInstruction accountTransferStandingInstruction where accountTransferStandingInstruction.status = :status and (accountTransferStandingInstruction.accountTransferDetails.toLoanAccount = :loan or accountTransferStandingInstruction.accountTransferDetails.fromLoanAccount = :loan)"
    public static final String
    "select accountTransferStandingInstruction from AccountTransferStandingInstruction accountTransferStandingInstruction where accountTransferStandingInstruction.status = :status and (accountTransferStandingInstruction.accountTransferDetails.toSavingsAccount = :savingsAccount or accountTransferStandingInstruction.accountTransferDetails.fromSavingsAccount = :savingsAccount)"