Interface ChangeSummaryRepository<D>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,,String> CustomizedChangeSummaryRepository<D>,com.broadleafcommerce.common.extension.DomainTypeAware,com.broadleafcommerce.common.messaging.notification.NotificationStateRepository,com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,,String> org.springframework.data.repository.Repository<D,String>
- All Known Subinterfaces:
JpaChangeSummaryRepository<D>
@NoRepositoryBean
public interface ChangeSummaryRepository<D>
extends com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, CustomizedChangeSummaryRepository<D>, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
-
Method Summary
Modifier and TypeMethodDescriptionreadByIdAndArchivedNot(String id, Boolean archived) Deprecated.Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.CustomizedChangeSummaryRepository
archiveNotActiveChangeSummariesForSandbox, batchTransition, batchTransition, changesOwnedByAuthor, findAllByAuthorAndSandbox, findAllByAuthorAndSandbox, findArchivedBySandbox, findChangeSummariesByAuthor, findChangeSummariesByAuthor, findChangeSummariesByIds, findChangeSummariesByIds, findChangeSummariesByIds, findChangeSummariesByIds, findChangeSummariesByIdsCount, findChangeSummary, findChangeSummaryId, findChangeSummaryIdsByAuthor, findCompletedTempSandboxByExample, findDeployFailedChangeSummaries, findDivergentChanges, findDivergentChangeSummariesByIds, findIdsByTransitionMarker, findIndexableChangeSummariesByIds, findIndexableChangeSummariesByIdsCount, findSandboxChangeSummaries, findSandboxChangeSummaries, findUserChangeSummaries, findUserChangeSummaries, hasLastGroupingReference, readByIdAndArchivedNot, save, updateVals, updateVals, updateVals, updateValsMethods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainTypeMethods inherited from interface com.broadleafcommerce.common.messaging.notification.NotificationStateRepository
findNotificationReadyMembers, setFailedNotificationAttempt, setNotificationAcknowledgedMethods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository
findAll, findAll
-
Method Details
-
readByIdAndArchivedNot
@Deprecated @Policy(operationTypes=READ) default Optional<D> readByIdAndArchivedNot(String id, @Nullable Boolean archived) Deprecated.TakesChangeSummary.getArchived()into account when retrieving a group with the given ID.- Parameters:
id- ID of the group to retrievearchived-ChangeSummary.getArchived()value to not match- Returns:
- A
ChangeSummarymatching the given ID and not matching the given archived status.
-
CustomizedChangeSummaryRepository.readByIdAndArchivedNot(String, boolean, boolean, ContextInfo)