Interface AdminMainEntity
- All Known Implementing Classes:
AdminRoleImpl
,AdminUserImpl
,BroadleafCurrencyImpl
,BundleOrderItemImpl
,CatalogImpl
,CategoryImpl
,CountryImpl
,CountrySubdivisionCategoryImpl
,CountrySubdivisionImpl
,CustomerImpl
,DiscreteOrderItemImpl
,DynamicPriceDiscreteOrderItemImpl
,FieldImpl
,GiftWrapOrderItemImpl
,ImageStaticAssetImpl
,IndexFieldImpl
,ISOCountryImpl
,LocaleImpl
,OfferImpl
,OrderImpl
,OrderItemImpl
,PageImpl
,PageTemplateImpl
,ProductBundleImpl
,ProductImpl
,ProductOptionImpl
,PromotionMessageImpl
,SandBoxImpl
,SandBoxManagementImpl
,SearchFacetImpl
,SearchRedirectImpl
,SiteCatalogXrefImpl
,SiteImpl
,StaticAssetImpl
,StructuredContentImpl
,StructuredContentTypeImpl
,SystemPropertyImpl
,URLHandlerImpl
public interface AdminMainEntity
When viewing entities that implement this interface in the admin, the
getMainEntityName()
method will be
invoked to determine the title of the entity to be rendered.- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
Fields -
Method Summary
-
Field Details
-
MAIN_ENTITY_NAME_PROPERTY
- See Also:
-
-
Method Details
-
getMainEntityName
String getMainEntityName()- Returns:
- the display name of this entity for the admin screen
-