Interface StaticSeoUrlWriteServiceInterface

Interface StaticSeoUrlWriteServiceInterface

Direct known implementers

StaticSeoUrlWriteService

Methods summary

public deleteStaticSeoUrlById( IdType $staticSeoUrlId ) : StaticSeoUrlWriteServiceInterface

Deletes a StaticSeoUrl by the given static seo url ID.

public saveStaticSeoUrl( StaticSeoUrlInterface $staticSeoUrl ) : StaticSeoUrlInterface

Saves a static seo url to the database and delegates to child-repositories.