Class InterestIncentivesEnumerations
java.lang.Object
org.apache.fineract.portfolio.interestratechart.service.InterestIncentivesEnumerations
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.fineract.infrastructure.core.data.EnumOptionDataattributeName(Integer attributeName) static org.apache.fineract.infrastructure.core.data.EnumOptionDataattributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName type) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName[] attributeNames) static org.apache.fineract.infrastructure.core.data.EnumOptionDataentityType(Integer entityType) static org.apache.fineract.infrastructure.core.data.EnumOptionDataentityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType type) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType[] entityTypes) static org.apache.fineract.infrastructure.core.data.EnumOptionDataincentiveType(Integer incentiveType) static org.apache.fineract.infrastructure.core.data.EnumOptionDataincentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType type) static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType[] incentiveTypes)
-
Method Details
-
attributeName
public static org.apache.fineract.infrastructure.core.data.EnumOptionData attributeName(Integer attributeName) -
attributeName
public static org.apache.fineract.infrastructure.core.data.EnumOptionData attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName type) -
attributeName
public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> attributeName(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveAttributeName[] attributeNames) -
entityType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityType(Integer entityType) -
entityType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType type) -
entityType
public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> entityType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveEntityType[] entityTypes) -
incentiveType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData incentiveType(Integer incentiveType) -
incentiveType
public static org.apache.fineract.infrastructure.core.data.EnumOptionData incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType type) -
incentiveType
public static List<org.apache.fineract.infrastructure.core.data.EnumOptionData> incentiveType(org.apache.fineract.portfolio.interestratechart.incentive.InterestIncentiveType[] incentiveTypes)
-