Class CatalogVersionSyncJobModelBuilder
java.lang.Object
de.hybris.platform.cmsfacades.util.builder.CatalogVersionSyncJobModelBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaModel()build()protected CatalogVersionSyncJobModelgetModel()withActive(boolean active) withRootTypes(List<ComposedTypeModel> rootTypes) withSessionUser(UserModel user) withSourceCatalogVersion(CatalogVersionModel sourceCatalogVersion) withSyncPrincipals(List<PrincipalModel> syncPrincipals) withSyncPrincipalsOnly(boolean syncPrincipalsOnly) withTargetCatalogVersion(CatalogVersionModel targetCatalogVersion)
-
Method Details
-
getModel
-
aModel
-
fromModel
-
withTargetCatalogVersion
public CatalogVersionSyncJobModelBuilder withTargetCatalogVersion(CatalogVersionModel targetCatalogVersion) -
withSourceCatalogVersion
public CatalogVersionSyncJobModelBuilder withSourceCatalogVersion(CatalogVersionModel sourceCatalogVersion) -
withCode
-
withActive
-
withSyncPrincipalsOnly
-
withSessionUser
-
withRootTypes
-
withSyncPrincipals
-
build
-