org.broadleafcommerce.common.admin.domain
Interface AdminMainEntity
- All Known Implementing Classes:
- SandBoxImpl, SandBoxManagementImpl
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)
MAIN_ENTITY_NAME_PROPERTY
static final String MAIN_ENTITY_NAME_PROPERTY
- See Also:
- Constant Field Values
getMainEntityName
String getMainEntityName()
- Returns:
- the display name of this entity for the admin screen
Copyright © 2013. All Rights Reserved.