Class DefaultLicenceChangesService
java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultLicenceChangesService
- All Implemented Interfaces:
E2EChangesPropertiesService
Read dynamic license configuration changes into properties file
-
Field Summary
Fields inherited from interface de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.E2EChangesPropertiesService
FULLSTOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()get all Info related to LicencebooleanisSorted()voidsetNameFile(String nameFile) voidsetSorted(boolean sorted) protected voidsetToProperties(Licence defaultLicence, Properties prop)
-
Constructor Details
-
DefaultLicenceChangesService
public DefaultLicenceChangesService()
-
-
Method Details
-
getInfo
get all Info related to Licence- Specified by:
getInfoin interfaceE2EChangesPropertiesService- Returns:
- collected dynamic configuration
-
setToProperties
- Parameters:
defaultLicence-prop-
-
getNameFile
- Specified by:
getNameFilein interfaceE2EChangesPropertiesService- Returns:
- name of destination file to be read by diagnostic agent basing on CCDB template
-
isSorted
public boolean isSorted()- Specified by:
isSortedin interfaceE2EChangesPropertiesService- Returns:
- should the properties be sorted
-
setSorted
public void setSorted(boolean sorted) - Parameters:
sorted- the sorted to set
-
setNameFile
- Parameters:
nameFile- the nameFile to set
-