Interface CorporateDesignResolverService
- All Known Implementing Classes:
CorporateDesignResolverServiceImpl
public interface CorporateDesignResolverService
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultCorporateDesignOfBusinessUnit
(BusinessUnit businessUnit) get the defaultCorporate_design
to be used in widgetsresolveCorporateDesignForBusinessUnit
(Entity source, BusinessUnit businessUnit) get theCorporate_design
to be used with the given business unit for a template.resolveCorporateDesignForBusinessUnit
(Entity source, Entity businessUnit) get theCorporate_design
to be used with the given business unit for a template.get theCorporate_design
to be used with the current business unit for a template.
-
Method Details
-
resolveCorporateDesignForCurrentBusinessUnit
get theCorporate_design
to be used with the current business unit for a template.source
must have a relation toOutput_template
resolves business unit withBusinessUnitManager
- Parameters:
source
- the entity to get the corporate design for- Returns:
- the corporate design
-
resolveCorporateDesignForBusinessUnit
get theCorporate_design
to be used with the given business unit for a template.source
must 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_design
to be used with the given business unit for a template.source
must 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_design
from- Returns:
- the corporate design
-
getDefaultWidgetCorporateDesign
Entity getDefaultWidgetCorporateDesign()get the defaultCorporate_design
to be used in widgets
-