Package de.hybris.platform.util.config
Class PropertyActionReader
- java.lang.Object
-
- de.hybris.platform.util.config.PropertyActionReader
-
public class PropertyActionReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PropertyActionReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearConfiguration()static PropertyActionReadergetPropertyActionReader()booleanisActionDisabledForType(java.lang.String propertyAction, java.lang.String typeCode)
-
-
-
Method Detail
-
clearConfiguration
public void clearConfiguration()
-
isActionDisabledForType
public boolean isActionDisabledForType(java.lang.String propertyAction, java.lang.String typeCode)
-
getPropertyActionReader
public static PropertyActionReader getPropertyActionReader()
-
-