Interface StaticSeoUrlRepositoryInterface

Interface StaticSeoUrlRepositoryInterface

Direct known implementers

StaticSeoUrlRepository

Methods summary

public getAll( void ) : StaticSeoUrlCollection

Returns a StaticSeoUrlCollection with all existing StaticSeoUrl objects.

public getById( IdType $staticSeoUrlId ) : StaticSeoUrlInterface

Returns a StaticSeoUrl instance by the given staticSeoUrl ID.

public store( StaticSeoUrlInterface $staticSeoUrl ) : StaticSeoUrlRepositoryInterface

Stores a StaticSeoUrl to the database.

public deleteStaticSeoUrlById( IdType $staticSeoUrlId ) : StaticSeoUrlRepositoryInterface

Deletes a StaticSeoUrl by the given staticSeoUrl ID.