# Functions
GenerateInstallAppVersionDTO converts repository.InstalledApps and repository.InstalledAppVersions db object to appStoreBean.InstallAppVersionDTO bean.
GenerateInstallAppVersionMinDTO converts repository.InstalledApps db object to appStoreBean.InstallAppVersionDTO bean; Note: It only generates a minimal DTO and doesn't include repository.InstalledAppVersions data, also it's safe not to use this bean for creating db model again.
No description provided by the author
NewClusterInstalledAppsModel is used to generate new repository.ClusterInstalledApps model to be saved; Note: Do not use for update operations.
NewInstallAppModel is used to generate new repository.InstalledApps model to be saved; Note: Do not use for update operations.
NewInstallAppVersionHistoryModel is used to generate new repository.InstalledAppVersionHistory model to be saved; GitHash and FinishedOn are not provided by NewInstallAppVersionHistoryModel; since it is used only on update operations; Note: Do not use for update operations;.
NewInstallAppVersionsModel is used to generate new repository.InstalledAppVersions model to be saved; Note: Do not use for update operations.
NewInstalledAppDeploymentAction is used to generate appStoreBean.InstalledAppDeploymentAction from deploymentAppType.
NewInstalledAppVersionModel will generate a new repository.InstalledAppVersions for the given appStoreBean.InstallAppVersionDTO.
UpdateAdditionalEnvDetails update cluster.EnvironmentBean data into the same InstallAppVersionDTO.
UpdateAppDetails update app.App data into the same InstallAppVersionDTO.
UpdateAppStoreApplicationDetails update appStoreDiscoverRepository.AppStoreApplicationVersion data into the same InstallAppVersionDTO.
UpdateInstallAppDetails update repository.InstalledApps data into the same InstallAppVersionDTO.
UpdateInstalledAppVersionModel will update the same repository.InstalledAppVersions model object for the given appStoreBean.InstallAppVersionDTO.
UpdateInstalledAppVersionsMetaData update repository.InstalledAppVersions meta data (excluding values.yaml and preset values mapping) into the same InstallAppVersionDTO.