Class ClassMetadata
java.lang.Object
org.broadleafcommerce.openadmin.dto.ClassMetadata
- All Implemented Interfaces:
Serializable
- Author:
- jfischer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[][]
getPMap()
Property[]
For dynamic forms, the type to check security permissions will be different than the type used to generate the forms.getTabMetadataUsingGroupKey
(String groupKey) getTabMetadataUsingTabKey
(String tabKey) void
setCeilingType
(String type) void
setCurrencyCode
(String currencyCode) void
setPolymorphicEntities
(ClassTree polymorphicEntities) void
setProperties
(Property[] properties) void
setSecurityCeilingType
(String securityCeilingType) void
setTabAndGroupMetadata
(Map<String, TabMetadata> tabAndGroupMetadata)
-
Constructor Details
-
ClassMetadata
public ClassMetadata()
-
-
Method Details
-
getPMap
-
getCeilingType
-
setCeilingType
-
getSecurityCeilingType
For dynamic forms, the type to check security permissions will be different than the type used to generate the forms. For example, a user with "ADD" or "UPDATE" permissions on STRUCTURE_CONTENT does not need to have the same level of access to StructuredContentTemplate.- Parameters:
type
-
-
setSecurityCeilingType
-
getPolymorphicEntities
-
setPolymorphicEntities
-
getProperties
-
setProperties
-
getTabAndGroupMetadata
-
setTabAndGroupMetadata
-
getCurrencyCode
-
setCurrencyCode
-
getTabMetadataUsingTabKey
-
getTabMetadataUsingGroupKey
-
getFirstTab
-
getGroupOptionsFromTabAndGroupMetadata
-