Interface SliderAssignmentRepositoryInterface
category |
System |
---|---|
package |
Slider |
subpackage |
Interfaces |
deleteByEntityTypeAndEntityId(\NonEmptyStringType $entityType, \IdType $entityId) : \SliderAssignmentRepositoryInterface
\NonEmptyStringType
\IdType
\SliderAssignmentRepositoryInterface
Same instance for method chaining.
deleteBySliderId(\IdType $sliderId) : \SliderAssignmentRepositoryInterface
\IdType
\SliderAssignmentRepositoryInterface
Same instance for method chaining.
findAssignedSliderIdForEntityTypeAndEntityId(\NonEmptyStringType $entityType, \IdType $entityId) : integer|null
\NonEmptyStringType
\IdType
integer|null
Returns 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
\SliderAssignmentRepositoryInterface
Same instance for method chaining.