Package no.nsd.qddt.domain.publication
Interface PublicationService
-
- All Superinterfaces:
BaseService<Publication,java.util.UUID>
- All Known Implementing Classes:
PublicationServiceImpl
public interface PublicationService extends BaseService<Publication,java.util.UUID>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.data.domain.Page<Publication>
findAllPageable(org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<Publication>
findByNameOrPurposeAndStatus(java.lang.String name, java.lang.String purpose, java.lang.String publicationStatus, java.lang.String publishedKind, org.springframework.data.domain.Pageable pageable)
ElementRef
getDetail(ElementRef publicationElement)
-
-
-
Method Detail
-
findAllPageable
org.springframework.data.domain.Page<Publication> findAllPageable(org.springframework.data.domain.Pageable pageable)
-
findByNameOrPurposeAndStatus
org.springframework.data.domain.Page<Publication> findByNameOrPurposeAndStatus(java.lang.String name, java.lang.String purpose, java.lang.String publicationStatus, java.lang.String publishedKind, org.springframework.data.domain.Pageable pageable)
-
getDetail
ElementRef getDetail(ElementRef publicationElement)
-
-