MCPcopy Create free account

hub / github.com/ddd-by-examples/library / functions

Functions273 in github.com/ddd-by-examples/library

MethodjdbcTemplate
()
src/main/java/io/pillopl/library/catalogue/CatalogueDatabaseConfig.java:18
Methodmain
(String[] args)
src/main/java/io/pillopl/library/LibraryApplication.java:15
MethodmaxDuration
()
src/main/java/io/pillopl/library/lending/patron/model/CheckoutDuration.java:36
Methodnormalize
()
src/main/java/io/pillopl/library/lending/patron/model/PatronEvent.java:86
MethodonHold
()
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:95
MethodopenEnded
(PatronId patronId, LibraryBranchId libraryBranchId, BookId bookId)
src/main/java/io/pillopl/library/lending/patron/application/hold/PlaceOnHoldCommand.java:25
Methodoperations
()
src/main/java/io/pillopl/library/lending/LendingDatabaseConfig.java:41
Methodoperations
()
src/main/java/io/pillopl/library/catalogue/CatalogueDatabaseConfig.java:23
MethodpatronProfilesReadModel
(JdbcTemplate jdbcTemplate)
src/main/java/io/pillopl/library/lending/patronprofile/infrastructure/PatronProfileConfiguration.java:11
MethodpatronRepository
(PatronEntityRepository patronEntityRepository, DomainEvents domainEvents)
src/main/java/io/pillopl/library/lending/patron/infrastructure/PatronConfiguration.java:53
MethodplaceHold
(@PathVariable UUID patronId, @RequestBody PlaceHoldRequest request)
src/main/java/io/pillopl/library/lending/patronprofile/web/PatronProfileController.java:100
MethodplaceOnHold
(@NonNull PlaceOnHoldCommand command)
src/main/java/io/pillopl/library/lending/patron/application/hold/PlacingOnHold.java:28
MethodplacingOnHold
(FindAvailableBook findAvailableBook, Patrons patronRepository)
src/main/java/io/pillopl/library/lending/patron/infrastructure/PatronConfiguration.java:48
MethodpostProcessAfterInitialization
(Object bean, String beanName)
src/main/java/io/pillopl/library/lending/patronprofile/web/WebConfiguration.java:55
MethodpostProcessBeforeInitialization
Assume any {@link ObjectMapper} starts with {@literal _hal} and ends with {@literal Mapper}.
src/main/java/io/pillopl/library/lending/patronprofile/web/WebConfiguration.java:37
Methodpublish
(PatronEvent domainEvent)
src/main/java/io/pillopl/library/lending/patron/infrastructure/PatronsDatabaseRepository.java:40
Methodpublish
(OverdueCheckoutRegistered event)
src/main/java/io/pillopl/library/lending/patron/application/checkout/RegisteringOverdueCheckout.java:26
Methodpublish
(PatronEvent.BookHoldExpired event)
src/main/java/io/pillopl/library/lending/patron/application/hold/ExpiringHolds.java:26
Methodpublish
(DomainEvent event)
src/main/java/io/pillopl/library/commons/events/publisher/JustForwardDomainEventPublisher.java:13
Methodpublish
(DomainEvent event)
src/main/java/io/pillopl/library/commons/events/publisher/MeteredDomainEventPublisher.java:18
Methodpublish
(DomainEvent event)
src/main/java/io/pillopl/library/commons/events/publisher/StoreAndForwardDomainEventPublisher.java:17
MethodpublishAllPeriodically
()
src/main/java/io/pillopl/library/commons/events/publisher/StoreAndForwardDomainEventPublisher.java:22
MethodpublishEvents
(BookCheckedOut bookCheckedOut)
src/main/java/io/pillopl/library/lending/patron/application/checkout/CheckingOutBookOnHold.java:43
MethodpublishEvents
(BookPlacedOnHoldEvents placedOnHold)
src/main/java/io/pillopl/library/lending/patron/application/hold/PlacingOnHold.java:40
MethodpublishEvents
(BookHoldCanceled bookHoldCanceled)
src/main/java/io/pillopl/library/lending/patron/application/hold/CancelingHold.java:40
Methodpublished
(List<DomainEvent> events)
src/integration-test/groovy/io/pillopl/library/common/events/publisher/InMemoryEventsStorage.java:25
MethodqueryForCheckoutsToOverdue
()
src/main/java/io/pillopl/library/lending/dailysheet/infrastructure/SheetsReadModel.java:65
MethodqueryForHoldsToExpireSheet
()
src/main/java/io/pillopl/library/lending/dailysheet/infrastructure/SheetsReadModel.java:42
MethodregisterOverdueCheckouts
()
src/main/java/io/pillopl/library/lending/patron/application/checkout/RegisteringOverdueCheckout.java:16
MethodregisteringOverdueCheckout
(DailySheet dailySheet, Patrons patronRepository)
src/main/java/io/pillopl/library/lending/patron/infrastructure/PatronConfiguration.java:28
MethodregularPatron
()
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:20
MethodregularPatronWith3_OverdueCheckoutsAt
(LibraryBranchId libraryBranchId)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:124
MethodregularPatronWithHold
(BookOnHold bookOnHold)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:151
MethodregularPatronWithHolds
(int numberOfHolds)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:67
MethodregularPatronWithOverdueCheckouts
(LibraryBranchId libraryBranchId, Set<BookId> overdueBooks)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:114
MethodregularPatronWithPolicy
(PlacingOnHoldPolicy placingOnHoldPolicy)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:24
MethodresearcherPatron
(PatronId patronId)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:55
MethodresearcherPatronWithHolds
(int numberOfHolds)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:105
MethodresearcherPatronWithPolicy
(PlacingOnHoldPolicy placingOnHoldPolicy)
src/test/groovy/io/pillopl/library/lending/patron/model/PatronFixture.java:28
MethodrestrictedBook
()
src/test/groovy/io/pillopl/library/lending/book/model/BookFixture.java:53
Methodsave
(DomainEvent event)
src/integration-test/groovy/io/pillopl/library/common/events/publisher/InMemoryEventsStorage.java:15
Methodsave
(Book book)
src/test/groovy/io/pillopl/library/lending/book/application/InMemoryBookRepo.java:20
Methodsave
(Book book)
src/main/java/io/pillopl/library/lending/book/infrastructure/BookDatabaseRepository.java:44
MethodsaveAndPublishEvent
(BookInstance bookInstance)
src/main/java/io/pillopl/library/catalogue/Catalogue.java:35
MethodsaveBook
(Book book)
src/main/java/io/pillopl/library/lending/book/application/PatronEventsHandler.java:111
MethodsetBeanFactory
(BeanFactory beanFactory)
src/main/java/io/pillopl/library/lending/patronprofile/web/WebConfiguration.java:61
MethodsheetsReadModel
(JdbcTemplate jdbcTemplate)
src/main/java/io/pillopl/library/lending/dailysheet/infrastructure/DailySheetConfiguration.java:13
MethodshouldCancelExistingHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:195
MethodshouldContainPatronProfileResourceWithCorrectHeadersAndLinksToCheckoutsAndHolds
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:75
MethodshouldCreateLinksForCheckouts
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:105
MethodshouldCreateLinksForHolds
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:90
MethodshouldNotCancelNotExistingHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:206
MethodshouldPlaceBookOnHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:169
MethodshouldReturn404WhenThereIsNoCheckout
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:130
MethodshouldReturn404WhenThereIsNoHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:120
MethodshouldReturn500IfSomethingFailedWhileCanceling
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:217
MethodshouldReturn500IfSomethingFailedWhileDuringPlacingOnHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:182
MethodshouldReturnResourceForCheckout
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:155
MethodshouldReturnResourceForHold
()
src/integration-test/groovy/io/pillopl/library/lending/patronprofile/web/PatronProfileControllerIT.java:140
MethodtoAvailableBook
()
src/main/java/io/pillopl/library/lending/book/infrastructure/BookDatabaseEntity.java:45
MethodtoBookOnHold
()
src/main/java/io/pillopl/library/lending/book/infrastructure/BookDatabaseEntity.java:49
MethodtoCheckedOutBook
()
src/main/java/io/pillopl/library/lending/book/infrastructure/BookDatabaseEntity.java:53
MethodtoCheckout
(Map<String, Object> map)
src/main/java/io/pillopl/library/lending/patronprofile/infrastructure/PatronProfileReadModel.java:63
MethodtoDomainModel
()
src/main/java/io/pillopl/library/lending/book/infrastructure/BookDatabaseEntity.java:37
MethodtoEvent
()
src/main/java/io/pillopl/library/lending/dailysheet/model/ExpiredHold.java:15
MethodtoEvent
()
src/main/java/io/pillopl/library/lending/dailysheet/model/OverdueCheckout.java:15
MethodtoExpiredHold
(Map<String, Object> map)
src/main/java/io/pillopl/library/lending/dailysheet/infrastructure/SheetsReadModel.java:58
MethodtoHold
(Map<String, Object> map)
src/main/java/io/pillopl/library/lending/patronprofile/infrastructure/PatronProfileReadModel.java:51
MethodtoOverdueCheckout
(Map<String, Object> map)
src/main/java/io/pillopl/library/lending/dailysheet/infrastructure/SheetsReadModel.java:81
MethodtoPublish
()
src/integration-test/groovy/io/pillopl/library/common/events/publisher/InMemoryEventsStorage.java:20
MethodtoStreamOfEvents
()
src/main/java/io/pillopl/library/lending/dailysheet/model/CheckoutsToOverdueSheet.java:15
MethodtransactionManager
()
src/main/java/io/pillopl/library/lending/LendingDatabaseConfig.java:46
MethodtransactionManager
()
src/main/java/io/pillopl/library/catalogue/CatalogueDatabaseConfig.java:28
← previous201–273 of 273, ranked by callers