Interface JpaDataSetListService
- All Known Implementing Classes:
JpaDataSetListServiceImpl
public interface JpaDataSetListService
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckDslNames(UUID visibilityAreaId) copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, String postfix, String prevNamePattern) copyDataSetLists(List<UUID> dataSetListIds, boolean updateReferences, UUID targetVisibilityAreaId, String postfix, String prevNamePattern, UUID sagaSessionId) getByNameAndVisibilityAreaId(String name, UUID visibilityArea) getBySourceIdAndVisibilityAreaId(UUID sourceId, UUID visibilityAreaId) getByVisibilityAreaId(UUID visibilityAreaId) getDataSetListContext(UUID dataSetListId, List<UUID> dataSets) getDataSetListContext(UUID dataSetListId, List<UUID> dataSetsIds, org.springframework.data.domain.Pageable pageable) getDataSetListFlat(UUID dataSetListId) getDataSetsIdsByDataSetListId(UUID dataSetListId) getDependencies(List<UUID> dataSetListIds) getDependenciesRecursive(List<UUID> dataSetListIds) getModifiedWhen(UUID dataSetListId) getReferencedDataSetListFlat(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) getReferencedDataSetListFlatRows(UUID dataSetListId, UUID dataSetListAttributeId, String attributePath, List<UUID> dataSetIds, org.springframework.data.domain.Pageable pageable) voidreplicate(UUID id, String name, UUID visibilityAreaId, UUID sourceId, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) voidsave(DataSetList dataSetList)
-
Method Details
-
getDataSetListFlat
-
copyDataSetLists
-
copyDataSetLists
-
getById
-
remove
-
create
-
replicate
DataSetList replicate(UUID id, String name, UUID visibilityAreaId, UUID sourceId, UUID createdBy, Timestamp createdWhen, UUID modifiedBy, Timestamp modifiedWhen) throws DataSetServiceException - Throws:
DataSetServiceException
-
getReferencedDataSetListFlat
-
getReferencedDataSetListFlatRows
-
getDataSetListContext
DataSetListContext getDataSetListContext(UUID dataSetListId, List<UUID> dataSetsIds, org.springframework.data.domain.Pageable pageable) -
getDataSetListContext
-
save
-
getDependencies
-
getDependenciesRecursive
-
getByNameAndVisibilityAreaId
-
getByVisibilityAreaId
-
getBySourceIdAndVisibilityAreaId
-
getModifiedWhen
-
getDataSetsIdsByDataSetListId
-
checkDslNames
-