Class AccountNumberFormatEnumerations
java.lang.Object
org.apache.fineract.infrastructure.accountnumberformat.domain.AccountNumberFormatEnumerations
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.fineract.infrastructure.core.data.EnumOptionDataaccountNumberPrefixType(Integer accountNumberPrefixTypeId) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> accountNumberPrefixType(Object[] array) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> accountNumberPrefixType(AccountNumberFormatEnumerations.AccountNumberPrefixType[] accountNumberPrefixTypes) static org.apache.fineract.infrastructure.core.data.EnumOptionDataentityAccountType(Integer accountTypeId) static org.apache.fineract.infrastructure.core.data.EnumOptionDataentityAccountType(AccountNumberFormatEnumerations.AccountNumberPrefixType accountNumberPrefixType) static org.apache.fineract.infrastructure.core.data.EnumOptionDataentityAccountType(EntityAccountType accountType) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> entityAccountType(EntityAccountType[] entityAccountTypes)
-
Field Details
-
accountNumberPrefixesForClientAccounts
public static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> accountNumberPrefixesForClientAccounts -
accountNumberPrefixesForLoanAccounts
public static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> accountNumberPrefixesForLoanAccounts -
accountNumberPrefixesForSavingsAccounts
public static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> accountNumberPrefixesForSavingsAccounts -
accountNumberPrefixesForCenters
public static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> accountNumberPrefixesForCenters -
accountNumberPrefixesForGroups
public static final Set<AccountNumberFormatEnumerations.AccountNumberPrefixType> accountNumberPrefixesForGroups
-
-
Method Details
-
entityAccountType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityAccountType(Integer accountTypeId) -
entityAccountType
public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> entityAccountType(EntityAccountType[] entityAccountTypes) -
entityAccountType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityAccountType(EntityAccountType accountType) -
accountNumberPrefixType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData accountNumberPrefixType(Integer accountNumberPrefixTypeId) -
accountNumberPrefixType
public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> accountNumberPrefixType(AccountNumberFormatEnumerations.AccountNumberPrefixType[] accountNumberPrefixTypes) -
entityAccountType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityAccountType(AccountNumberFormatEnumerations.AccountNumberPrefixType accountNumberPrefixType) -
accountNumberPrefixType
-