Class BroadleafEnumerationUtility
java.lang.Object
org.broadleafcommerce.openadmin.server.dao.provider.metadata.BroadleafEnumerationUtility
- Author:
- Phillip Verheyden (phillipuniverse)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnumerationValues(String broadleafEnumerationClass, DynamicEntityDao dynamicEntityDao) protected Collection<Object>getSortedEnumValues(Map<Object, ?> typesMap) getTypesMap(Field types, Class<?> broadleafEnumeration)
-
Constructor Details
-
BroadleafEnumerationUtility
public BroadleafEnumerationUtility()
-
-
Method Details
-
getEnumerationValues
-
getTypesMap
protected Map<Object,?> getTypesMap(Field types, Class<?> broadleafEnumeration) throws IllegalAccessException - Throws:
IllegalAccessException
-
getSortedEnumValues
-