/** Return Na Status key from value * */ public static String getNaStatusListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getNaStatusList()).get(value); }
/** Return Purpose key from value * */ public static String getAddPropPurposeListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getAddPropPurposeList()).get(value); }
// return key from value public static String getPublishingOptionListKey(Integer value) { return (String) MapUtils.invertMap(SpinnerItem.getPublishinOptionList()).get(value); }
/** Return Property type key from value * */ public static String getPropertyTypeListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getPropertyTypeOptionList()).get(value); }
// return key from value Add Requirement public static String getAddReqFloorListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getAddReqFloorList()).get(value); }
// Add Property Building type return key from value public static String getAddPropBuildingTypeListKey(Integer value) { return (String) MapUtils.invertMap(SpinnerItem.getAddPropBuildingTypeList()).get(value); }
// return key from value public static String getPropertyOccupacyListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getPropertyOccupacyList()).get(value); }
// Add Property Whom To let Flat Spinner return key from value public static String getAddWhomToLetFlatListKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getAddPropWhomToLetFlatList()).get(value); }
// Add Property Whom To let Shop Spinner return key from value public static String getFindAgentKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getFindAgentList()).get(value); }
// Spinner return key from value Low rise / high rise public static String getSearchPropBuildingTypeKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getSerchPropBuildingTypeList()).get(value); }
// Spinner return key from value Low rise / high rise public static String getProjectBudgetKey(String value) { return (String) MapUtils.invertMap(SpinnerItem.getProjectBudgetList()).get(value); }