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.dataqueries.data.ReportParameters
    Modifier and Type
    Constant Field
    Value
    public static final String
    "This resource allows you to run and receive output from pre-defined Apache Fineract reports.\n\nReports can also be used to provide data for searching and workflow functionality.\n\nThe default output is a JSON formatted \"Generic Resultset\". The Generic Resultset contains Column Heading as well as Data information. However, you can export to CSV format by simply adding \"&exportCSV=true\" to the end of your URL.\n\nIf Pentaho reports have been pre-defined, they can also be run through this resource. Pentaho reports can return HTML, PDF or CSV formats.\n\nThe Apache Fineract reference application uses a JQuery plugin called stretchy reporting which, itself, uses this reports resource to provide a pretty flexible reporting User Interface (UI).\n\n\n\nExample Requests:\n\nrunreports/Client%20Listing?R_officeId=1\n\n\nrunreports/Client%20Listing?R_officeId=1&exportCSV=true\n\n\nrunreports/OfficeIdSelectOne?R_officeId=1&parameterType=true\n\n\nrunreports/OfficeIdSelectOne?R_officeId=1&parameterType=true&exportCSV=true\n\n\nrunreports/Expected%20Payments%20By%20Date%20-%20Formatted?R_endDate=2013-04-30&R_loanOfficerId=-1&R_officeId=1&R_startDate=2013-04-16&output-type=HTML&R_officeId=1\n\n\nrunreports/Expected%20Payments%20By%20Date%20-%20Formatted?R_endDate=2013-04-30&R_loanOfficerId=-1&R_officeId=1&R_startDate=2013-04-16&output-type=XLS&R_officeId=1\n\n\nrunreports/Expected%20Payments%20By%20Date%20-%20Formatted?R_endDate=2013-04-30&R_loanOfficerId=-1&R_officeId=1&R_startDate=2013-04-16&output-type=CSV&R_officeId=1\n\n\nrunreports/Expected%20Payments%20By%20Date%20-%20Formatted?R_endDate=2013-04-30&R_loanOfficerId=-1&R_officeId=1&R_startDate=2013-04-16&output-type=PDF&R_officeId=1\n\n**Available Parameters (All Optional):**\n\n**Common Control Parameters:**\n- `isSelfServiceUserReport`: Indicates if this is a self-service user report (default: false)\n- `exportCSV`: Set to true to export results as CSV (default: false)\n- `parameterType`: Indicates if this is a parameter type request (default: false)\n- `output-type`: Output format type (HTML, XLS, CSV, PDF)\n- `enable-business-date`: Enable business date filtering\n- `obligDateType`: Obligation date type\n- `decimalChoice`: Decimal formatting choice\n- `Portfolio at Risk by Branch`: Portfolio risk parameter\n\n**Common Report Parameters (R_ prefixed):**\n- `R_officeId`: Office ID filter\n- `R_loanOfficerId`: Loan officer ID filter\n- `R_currencyId`: Currency ID filter\n- `R_fromDate`, `R_toDate`: Date range filters (yyyy-MM-dd)\n- `R_accountNo`: Account number filter\n- `R_transactionId`: Transaction ID filter\n- `R_centerId`: Center ID filter\n- `R_branch`: Branch filter\n- `R_ondate`: Specific date filter\n- `R_cycleX`, `R_cycleY`: Cycle filters\n- `R_fromX`, `R_toY`: Range filters\n- `R_overdueX`, `R_overdueY`: Overdue filters\n- `R_endDate`: End date filter\n\n**Other Common Parameters:**\n- `OfficeId`: Office ID filter (alternative)\n- `loanOfficerId`: Loan officer ID filter (alternative)\n- `currencyId`: Currency ID filter (alternative)\n- `fundId`: Fund ID filter\n- `loanProductId`: Loan product ID filter\n- `loanPurposeId`: Loan purpose ID filter\n- `parType`: Portfolio at risk type\n- `SelectGLAccountNO`: GL account number selection\n- `SavingsAccountSubStatus`: Savings account status\n- `SelectLoanType`: Loan type selection\n\n**Note:** All parameters are optional and report-specific. \nThe exact parameters required depend on the specific report being executed.\nSome reports may accept additional parameters not listed here."
  • 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)"