Interface DataDrivenEnumeration
- All Superinterfaces:
MultiTenantCloneable<DataDrivenEnumeration>
,Serializable
- All Known Implementing Classes:
DataDrivenEnumerationImpl
public interface DataDrivenEnumeration
extends Serializable, MultiTenantCloneable<DataDrivenEnumeration>
-
Method Summary
Modifier and TypeMethodDescriptionGets list of values associated with this enumeration with the hidden flag set to false or null.getId()
getKey()
Deprecated.void
setEnumValues
(List<DataDrivenEnumerationValue> enumValues) Sets list of values associated with this enumeration.void
void
void
setModifiable
(Boolean modifiable) void
setOrderItems
(List<DataDrivenEnumerationValue> orderItems) Deprecated.usegetEnumValues()
insteadMethods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId() -
setId
-
getKey
String getKey() -
setKey
-
getModifiable
Boolean getModifiable() -
setModifiable
-
getEnumValues
List<DataDrivenEnumerationValue> getEnumValues()Gets list of values associated with this enumeration with the hidden flag set to false or null. -
setEnumValues
Sets list of values associated with this enumeration. -
getOrderItems
Deprecated.usegetEnumValues()
insteadIncorrectly named, kept purely for API consistency -
setOrderItems
Deprecated.usegetEnumValues()
insteadIncorrectly named, kept purely for API consistency
-
getEnumValues()
instead