Interface CorporateDesignResolverService
- All Known Implementing Classes:
CorporateDesignResolverServiceImpl
public interface CorporateDesignResolverService
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultCorporateDesignOfBusinessUnit(BusinessUnit businessUnit) get the defaultCorporate_designto be used in widgetsresolveCorporateDesignForBusinessUnit(Entity source, BusinessUnit businessUnit) get theCorporate_designto be used with the given business unit for a template.resolveCorporateDesignForBusinessUnit(Entity source, Entity businessUnit) get theCorporate_designto be used with the given business unit for a template.get theCorporate_designto be used with the current business unit for a template.
-
Method Details
-
resolveCorporateDesignForCurrentBusinessUnit
get theCorporate_designto be used with the current business unit for a template.sourcemust have a relation toOutput_templateresolves business unit withBusinessUnitManager- Parameters:
source- the entity to get the corporate design for- Returns:
- the corporate design
-
resolveCorporateDesignForBusinessUnit
get theCorporate_designto be used with the given business unit for a template.sourcemust have a relation toOutput_template- Parameters:
source- the entity to get the corporate design forbusinessUnit- the business unit to look for- Returns:
- the corporate design
-
resolveCorporateDesignForBusinessUnit
get theCorporate_designto be used with the given business unit for a template.sourcemust have a relation toOutput_template- Parameters:
source- the entity to get the corporate design forbusinessUnit- the business unit to look for- Returns:
- the corporate design
-
getDefaultCorporateDesignOfBusinessUnit
- Parameters:
businessUnit- the business unit to get theCorporate_designfrom- Returns:
- the corporate design
-
getDefaultWidgetCorporateDesign
Entity getDefaultWidgetCorporateDesign()get the defaultCorporate_designto be used in widgets
-