Interface SliderAssignmentRepositoryInterface
| category |
System |
|---|---|
| package |
Slider |
| subpackage |
Interfaces |
deleteByEntityTypeAndEntityId(\NonEmptyStringType $entityType, \IdType $entityId) : \SliderAssignmentRepositoryInterface
\NonEmptyStringType
\IdType
\SliderAssignmentRepositoryInterfaceSame instance for method chaining.
deleteBySliderId(\IdType $sliderId) : \SliderAssignmentRepositoryInterface
\IdType
\SliderAssignmentRepositoryInterfaceSame instance for method chaining.
findAssignedSliderIdForEntityTypeAndEntityId(\NonEmptyStringType $entityType, \IdType $entityId) : integer|null
\NonEmptyStringType
\IdType
integer|nullReturns the ID of the slider which is assigned for the given entity id or null if no record was found.
store(\IdType $sliderId, \NonEmptyStringType $entityType, \IdType $entityId) : \SliderAssignmentRepositoryInterface
\IdType
\NonEmptyStringType
\IdType
\SliderAssignmentRepositoryInterfaceSame instance for method chaining.