ProductConditionNoticeStaticServiceFactory
in package
Class ProductConditionNoticeStaticServiceFactory
Table of Contents
- $conditionNoticeService : ConditionNoticeConfigurationService
- $moduleInstallationService : ProductConditionNoticeModuleInstallationService
- $textPhraseService : ProductConditionNoticeTextPhrasePhraseService
- $usedProductService : ProductConditionNoticeUsedProductService
- $warrantyNoticeService : WarrantyNoticeConfigurationService
- createConditionNoticeService() : ConditionNoticeConfigurationService
- Builds and returns the condition notice service.
- createModuleInstallationService() : ProductConditionNoticeModuleInstallationService
- Builds and returns the module installation service.
- createTextPhraseService() : ProductConditionNoticeTextPhraseService
- Builds and returns the text phrase service.
- createUsedProductService() : ProductConditionNoticeUsedProductService
- Builds and returns the used products service.
- createWarrantyNoticeService() : WarrantyNoticeConfigurationService
- Builds and returns the warranty notice service.
Properties
$conditionNoticeService
private
static ConditionNoticeConfigurationService
$conditionNoticeService
$moduleInstallationService
private
static ProductConditionNoticeModuleInstallationService
$moduleInstallationService
$textPhraseService
private
static ProductConditionNoticeTextPhrasePhraseService
$textPhraseService
$usedProductService
private
static ProductConditionNoticeUsedProductService
$usedProductService
$warrantyNoticeService
private
static WarrantyNoticeConfigurationService
$warrantyNoticeService
Methods
createConditionNoticeService()
Builds and returns the condition notice service.
public
static createConditionNoticeService() : ConditionNoticeConfigurationService
Return values
ConditionNoticeConfigurationService —createModuleInstallationService()
Builds and returns the module installation service.
public
static createModuleInstallationService() : ProductConditionNoticeModuleInstallationService
Return values
ProductConditionNoticeModuleInstallationService —createTextPhraseService()
Builds and returns the text phrase service.
public
static createTextPhraseService() : ProductConditionNoticeTextPhraseService
Return values
ProductConditionNoticeTextPhraseService —createUsedProductService()
Builds and returns the used products service.
public
static createUsedProductService() : ProductConditionNoticeUsedProductService
Return values
ProductConditionNoticeUsedProductService —createWarrantyNoticeService()
Builds and returns the warranty notice service.
public
static createWarrantyNoticeService() : WarrantyNoticeConfigurationService