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) voidsetCeilingType(String type) voidsetCurrencyCode(String currencyCode) voidsetPolymorphicEntities(ClassTree polymorphicEntities) voidsetProperties(Property[] properties) voidsetSecurityCeilingType(String securityCeilingType) voidsetTabAndGroupMetadata(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
-