Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Imenhajri/Book-Social-Network
/ functions
Functions
252 in github.com/Imenhajri/Book-Social-Network
⨍
Functions
252
◇
Types & classes
148
Method
bookCover
()
book-network-ui/src/app/modules/book/components/book-card/book-card.component.ts:14
Method
borrowBook
(book: BookResponse)
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:74
Method
borrowBook
* This method provides access only to the response body. * To access the full response (for headers, for example), `borrowBook$Response()` instead.
book-network-ui/src/app/services/services/book.service.ts:144
Method
borrowBook
(Integer bookId, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/book/BookService.java:110
Method
borrowBook
( @PathVariable("book-id") Integer bookId, Authentication connectedUser )
book-network/src/main/java/com/alibou/book/book/BookController.java:96
Function
constructor
(public name: string, public value: any, public options: ParameterOptions, defaultStyle: string, defaultExplod
book-network-ui/src/app/services/request-builder.ts:40
Method
constructor
( private keycloakService: KeycloakService )
book-network-ui/src/app/modules/book/components/menu/menu.component.ts:11
Method
constructor
( private bookService: BookService, private router: Router, private activatedRoute: ActivatedRoute
book-network-ui/src/app/modules/book/pages/manage-book/manage-book.component.ts:23
Method
constructor
( private bookService: BookService, private router: Router )
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:19
Method
constructor
( private bookService: BookService, private feedbackService: FeedbackService )
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:21
Method
constructor
( private bookService: BookService )
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:19
Method
constructor
( private bookService: BookService, private feedbackService: FeedbackService, private activatedRou
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:21
Method
constructor
( private bookService: BookService, private router: Router )
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:20
Method
constructor
( private router: Router, private authService: AuthenticationService )
book-network-ui/src/app/pages/activate-account/activate-account.component.ts:16
Method
constructor
( private router: Router, private authService: AuthenticationService )
book-network-ui/src/app/pages/register/register.component.ts:16
Method
constructor
( private ss: KeycloakService )
book-network-ui/src/app/pages/login/login.component.ts:15
Method
constructor
(name: string, value: any, options: ParameterOptions)
book-network-ui/src/app/services/request-builder.ts:80
Method
constructor
(name: string, value: any, options: ParameterOptions)
book-network-ui/src/app/services/request-builder.ts:130
Method
constructor
(name: string, value: any, options: ParameterOptions)
book-network-ui/src/app/services/request-builder.ts:189
Method
constructor
( public rootUrl: string, public operationPath: string, public method: string)
book-network-ui/src/app/services/request-builder.ts:218
Method
constructor
( protected config: ApiConfiguration, protected http: HttpClient )
book-network-ui/src/app/services/base-service.ts:12
Method
constructor
( @Optional() @SkipSelf() parentModule: ApiModule, @Optional() http: HttpClient )
book-network-ui/src/app/services/api.module.ts:38
Method
constructor
( private keycloakService: KeycloakService )
book-network-ui/src/app/services/interceptor/http-token.interceptor.ts:9
Method
constructor
(config: ApiConfiguration, http: HttpClient)
book-network-ui/src/app/services/services/book.service.ts:42
Method
constructor
(config: ApiConfiguration, http: HttpClient)
book-network-ui/src/app/services/services/feedback.service.ts:20
Method
constructor
(config: ApiConfiguration, http: HttpClient)
book-network-ui/src/app/services/services/authentication.service.ts:22
Method
contextLoads
()
book-network/src/test/java/com/alibou/book/BookNetworkApiApplicationTests.java:9
Method
convert
(@NonNull Jwt source)
book-network/src/main/java/com/alibou/book/security/KeycloakJwtAuthenticationConverter.java:21
Method
corsFilter
()
book-network/src/main/java/com/alibou/book/config/BeansConfig.java:51
Method
decodeKey
(key: string)
book-network-ui/src/app/services/request-builder.ts:18
Method
decodeValue
(value: string)
book-network-ui/src/app/services/request-builder.ts:22
Method
displayBookDetails
(book: BookResponse)
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:92
Method
editBook
(book: BookResponse)
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:93
Method
emptyStars
()
book-network-ui/src/app/modules/book/components/rating/rating.component.ts:22
Method
encodeKey
(key: string)
book-network-ui/src/app/services/request-builder.ts:10
Method
encodeValue
(value: string)
book-network-ui/src/app/services/request-builder.ts:14
Function
executeGuard
(...guardParameters)
book-network-ui/src/app/services/guard/auth.guard.spec.ts:7
Method
findAllBooks
* This method provides access only to the response body. * To access the full response (for headers, for example), `findAllBooks$Response()` instea
book-network-ui/src/app/services/services/book.service.ts:65
Method
findAllBooks
(int page, int size, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/book/BookService.java:50
Method
findAllBooks
( @RequestParam(name = "page", defaultValue = "0", required = false) int page, @Reques
book-network/src/main/java/com/alibou/book/book/BookController.java:44
Method
findAllBooksByOwner
(int page, int size, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/book/BookService.java:68
Method
findAllBooksByOwner
( @RequestParam(name = "page", defaultValue = "0", required = false) int page, @Reques
book-network/src/main/java/com/alibou/book/book/BookController.java:53
Method
findAllBorrowedBooks
* This method provides access only to the response body. * To access the full response (for headers, for example), `findAllBorrowedBooks$Response()
book-network-ui/src/app/services/services/book.service.ts:344
Method
findAllBorrowedBooks
(int page, int size, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/book/BookService.java:185
Method
findAllBorrowedBooks
( @RequestParam(name = "page", defaultValue = "0", required = false) int page, @Reques
book-network/src/main/java/com/alibou/book/book/BookController.java:62
Function
findAllFeedbacksByBook
(http: HttpClient, rootUrl: string, params: FindAllFeedbacksByBook$Params, context?: HttpContext)
book-network-ui/src/app/services/fn/feedback-controller/find-all-feedbacks-by-book.ts:17
Method
findAllFeedbacksByBook
( @PathVariable("book-id") Integer bookId, @RequestParam(name = "page", defaultValue =
book-network/src/main/java/com/alibou/book/feedback/FeedbackController.java:33
Method
findAllFeedbacksByBook
(Integer bookId, int page, int size, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/feedback/FeedbackService.java:42
Method
findAllReturnedBooks
* This method provides access only to the response body. * To access the full response (for headers, for example), `findAllReturnedBooks$Response()
book-network-ui/src/app/services/services/book.service.ts:294
Method
findAllReturnedBooks
(int page, int size, Authentication connectedUser)
book-network/src/main/java/com/alibou/book/book/BookService.java:203
Method
findAllReturnedBooks
( @RequestParam(name = "page", defaultValue = "0", required = false) int page, @Reques
book-network/src/main/java/com/alibou/book/book/BookController.java:71
Method
findBookById
( @PathVariable("book-id") Integer bookId )
book-network/src/main/java/com/alibou/book/book/BookController.java:37
Method
findByName
(String roleStudent)
book-network/src/main/java/com/alibou/book/role/RoleRepository.java:8
Method
findByToken
(String token)
book-network/src/main/java/com/alibou/book/user/TokenRepository.java:9
Method
fullName
()
book-network/src/main/java/com/alibou/book/user/User.java:110
Method
fullStars
()
book-network-ui/src/app/modules/book/components/rating/rating.component.ts:14
Method
getAuthorities
()
book-network/src/main/java/com/alibou/book/user/User.java:72
Method
getCurrentAuditor
()
book-network/src/main/java/com/alibou/book/config/ApplicationAuditAware.java:12
Method
getFullName
()
book-network/src/main/java/com/alibou/book/user/User.java:119
Method
getPassword
()
book-network/src/main/java/com/alibou/book/user/User.java:80
Method
getUsername
()
book-network/src/main/java/com/alibou/book/user/User.java:85
Method
goToFirstPage
()
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:49
Method
goToFirstPage
()
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:49
Method
goToFirstPage
()
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:47
Method
goToFirstPage
()
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:58
Method
goToFirstPage
()
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:50
Method
goToLastPage
()
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:59
Method
goToLastPage
()
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:59
Method
goToLastPage
()
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:57
Method
goToLastPage
()
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:68
Method
goToLastPage
()
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:60
Method
goToNextPage
()
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:64
Method
goToNextPage
()
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:64
Method
goToNextPage
()
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:62
Method
goToNextPage
()
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:73
Method
goToNextPage
()
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:65
Method
goToPreviousPage
()
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:54
Method
goToPreviousPage
()
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:54
Method
goToPreviousPage
()
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:52
Method
goToPreviousPage
()
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:63
Method
goToPreviousPage
()
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:55
Method
gotToPage
(page: number)
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:44
Method
gotToPage
(page: number)
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:44
Method
gotToPage
(page: number)
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:42
Method
gotToPage
(page: number)
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:53
Method
gotToPage
(page: number)
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:45
Method
handleException
(LockedException exp)
book-network/src/main/java/com/alibou/book/handler/GlobalExceptionHandler.java:27
Method
handleMethodArgumentNotValidException
(MethodArgumentNotValidException exp)
book-network/src/main/java/com/alibou/book/handler/GlobalExceptionHandler.java:100
Method
hasHalfStar
()
book-network-ui/src/app/modules/book/components/rating/rating.component.ts:18
Method
header
* Sets a header parameter
book-network-ui/src/app/services/request-builder.ts:241
Method
intercept
(request: HttpRequest<unknown>, next: HttpHandler)
book-network-ui/src/app/services/interceptor/http-token.interceptor.ts:13
Method
isAccountNonExpired
()
book-network/src/main/java/com/alibou/book/user/User.java:90
Method
isAccountNonLocked
()
book-network/src/main/java/com/alibou/book/user/User.java:95
Method
isCredentialsNonExpired
()
book-network/src/main/java/com/alibou/book/user/User.java:100
Method
isEnabled
()
book-network/src/main/java/com/alibou/book/user/User.java:105
Method
isLastPage
()
book-network-ui/src/app/modules/book/pages/my-books/my-books.component.ts:69
Method
isLastPage
()
book-network-ui/src/app/modules/book/pages/borrowed-book-list/borrowed-book-list.component.ts:69
Method
isLastPage
()
book-network-ui/src/app/modules/book/pages/returned-books/returned-books.component.ts:67
Method
isLastPage
()
book-network-ui/src/app/modules/book/pages/book-details/book-details.component.ts:78
Method
isLastPage
()
book-network-ui/src/app/modules/book/pages/book-list/book-list.component.ts:70
← previous
next →
101–200 of 252, ranked by callers