Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jubilee101/SweetHome
/ functions
Functions
253 in github.com/Jubilee101/SweetHome
⨍
Functions
253
◇
Types & classes
74
Method
PollingController
(DeferredRequestList list)
src/main/java/com/hzhang/sweethome/controller/PollingController.java:19
Method
PublicUtils
()
src/main/java/com/hzhang/sweethome/model/PublicUtils.java:25
Method
PublicUtilsAlreadyExistsException
(String message)
src/main/java/com/hzhang/sweethome/exception/PublicUtilsAlreadyExistsException.java:4
Method
PublicUtilsController
(PublicUtilsService publicUtilsService)
src/main/java/com/hzhang/sweethome/controller/PublicUtilsController.java:17
Method
PublicUtilsReservation
()
src/main/java/com/hzhang/sweethome/model/PublicUtilsReservation.java:52
Method
PublicUtilsReservationAlreadyExistsException
(String message)
src/main/java/com/hzhang/sweethome/exception/PublicUtilsReservationAlreadyExistsException.java:4
Method
PublicUtilsReservationController
(PublicUtilsReservationService publicUtilsReservationService)
src/main/java/com/hzhang/sweethome/controller/PublicUtilsReservationController.java:24
Method
PublicUtilsReservationService
(PublicUtilsReservationRepository publicUtilsReservationRepository, Personal
src/main/java/com/hzhang/sweethome/service/PublicUtilsReservationService.java:33
Method
PublicUtilsService
(PublicUtilsRepository publicUtilsRepository)
src/main/java/com/hzhang/sweethome/service/PublicUtilsService.java:18
Method
Public_invoices
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:25
Method
Public_invoicesController
(Public_invoicesService public_invoicesService)
src/main/java/com/hzhang/sweethome/controller/Public_invoicesController.java:15
Method
Public_invoicesService
(Public_invoicesRepository public_invoicesRepository, UnreadNumService unrea
src/main/java/com/hzhang/sweethome/service/Public_invoicesService.java:19
Method
RegisterController
(RegisterService registerService)
src/main/java/com/hzhang/sweethome/controller/RegisterController.java:15
Method
RegisterService
(UserRepository userRepository, AuthorityRepository authorityRepository,
src/main/java/com/hzhang/sweethome/service/RegisterService.java:25
Method
TimeFrame
(String time)
src/main/java/com/hzhang/sweethome/model/TimeFrame.java:12
Method
TimeSlot
(TimeFrame timeFrame, LocalDate date)
src/main/java/com/hzhang/sweethome/model/TimeSlot.java:15
Method
Token
(String token)
src/main/java/com/hzhang/sweethome/model/Token.java:6
Method
UnreadNum
()
src/main/java/com/hzhang/sweethome/model/UnreadNum.java:20
Method
UnreadNumController
(UnreadNumService unreadNumService)
src/main/java/com/hzhang/sweethome/controller/UnreadNumController.java:17
Method
UnreadNumKey
()
src/main/java/com/hzhang/sweethome/model/UnreadNumKey.java:15
Method
UnreadNumNotExistException
(String message)
src/main/java/com/hzhang/sweethome/exception/UnreadNumNotExistException.java:4
Method
UnreadNumService
(UnreadNumRepository unreadNumRepository, DeferredRequestList list)
src/main/java/com/hzhang/sweethome/service/UnreadNumService.java:20
Method
User
()
src/main/java/com/hzhang/sweethome/model/User.java:29
Method
UserAlreadyExistException
(String message)
src/main/java/com/hzhang/sweethome/exception/UserAlreadyExistException.java:4
Method
UserInfoController
(UserInfoService userInfoService)
src/main/java/com/hzhang/sweethome/controller/UserInfoController.java:13
Method
UserInfoService
(UserRepository userRepository)
src/main/java/com/hzhang/sweethome/service/UserInfoService.java:15
Method
UserNotExistException
(String message)
src/main/java/com/hzhang/sweethome/exception/UserNotExistException.java:4
Method
add
(@RequestParam("text") String text, @RequestParam("type") String type,
src/main/java/com/hzhang/sweethome/controller/PersonalInvoiceController.java:34
Method
add
(String type, String text, String name, String room)
src/main/java/com/hzhang/sweethome/service/PersonalInvoiceService.java:50
Method
add
(Public_invoices public_invoices)
src/main/java/com/hzhang/sweethome/service/Public_invoicesService.java:38
Method
add
(User user, UserRole role)
src/main/java/com/hzhang/sweethome/service/RegisterService.java:36
Method
add
(String category, String description)
src/main/java/com/hzhang/sweethome/service/PublicUtilsService.java:27
Method
addMaintenanceReservation
( @RequestParam("description") String description, @RequestParam("images") MultipartFi
src/main/java/com/hzhang/sweethome/controller/MaintenanceReservationController.java:30
Method
addManager
(@RequestBody User user)
src/main/java/com/hzhang/sweethome/controller/RegisterController.java:25
Method
addPublicUtils
(@RequestParam(name = "category") String category, @RequestParam(name = "descri
src/main/java/com/hzhang/sweethome/controller/PublicUtilsController.java:27
Method
addPublic_invoices
( @RequestParam("text") String text )
src/main/java/com/hzhang/sweethome/controller/Public_invoicesController.java:24
Method
addResident
(@RequestBody User user)
src/main/java/com/hzhang/sweethome/controller/RegisterController.java:20
Method
asyncRequestTimeoutHandler
(AsyncRequestTimeoutException e)
src/main/java/com/hzhang/sweethome/controller/AsyncRequestTimeoutHandler.java:13
Method
authenticateManager
(@RequestBody User user)
src/main/java/com/hzhang/sweethome/controller/AuthenticationController.java:26
Method
authenticateResident
(@RequestBody User user)
src/main/java/com/hzhang/sweethome/controller/AuthenticationController.java:21
Method
authenticationManagerBean
()
src/main/java/com/hzhang/sweethome/config/SecurityConfig.java:83
Method
build
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:79
Method
build
()
src/main/java/com/hzhang/sweethome/model/PersonalInvoice.java:107
Method
build
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:162
Method
build
()
src/main/java/com/hzhang/sweethome/model/Message.java:82
Method
build
()
src/main/java/com/hzhang/sweethome/model/PublicUtilsReservation.java:97
Method
cancelReservation
(@RequestParam(name = "category") String category, @RequestParam(name = "dat
src/main/java/com/hzhang/sweethome/controller/PublicUtilsReservationController.java:48
Method
checkDue
(Principal principal)
src/main/java/com/hzhang/sweethome/controller/DueCheckingController.java:19
Method
checkDue
(String email)
src/main/java/com/hzhang/sweethome/service/DueCheckingService.java:24
Method
clearAllPublicUnreadNum
(String email)
src/main/java/com/hzhang/sweethome/service/UnreadNumService.java:47
Method
clearUnreadNumsByType
(@RequestParam(name = "type") String type, Principal principal)
src/main/java/com/hzhang/sweethome/controller/UnreadNumController.java:27
Method
compare
(PublicUtilsReservation o1, PublicUtilsReservation o2)
src/main/java/com/hzhang/sweethome/service/PublicUtilsReservationService.java:76
Method
configure
(HttpSecurity http)
src/main/java/com/hzhang/sweethome/config/SecurityConfig.java:28
Method
contextLoads
()
src/test/java/com/hzhang/sweethome/SweethomeApplicationTests.java:9
Method
deleteReservation
(@PathVariable("id") Long id)
src/main/java/com/hzhang/sweethome/controller/PublicUtilsReservationController.java:57
Method
doFilterInternal
(HttpServletRequest request, HttpServletResponse response,
src/main/java/com/hzhang/sweethome/filter/JwtFilter.java:36
Method
doFilterInternal
(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, FilterChain filterChain)
src/main/java/com/hzhang/sweethome/filter/CorsFilter.java:16
Method
equals
(Object o)
src/main/java/com/hzhang/sweethome/model/UnreadNumKey.java:40
Method
findAll
()
src/main/java/com/hzhang/sweethome/service/MessageService.java:50
Method
findByUser
(String email)
src/main/java/com/hzhang/sweethome/service/MaintenanceReservationService.java:69
Method
findByUser
(User user)
src/main/java/com/hzhang/sweethome/repository/PublicUtilsReservationRepository.java:19
Method
findByUserAndTypeAndDate
(User user, String type, LocalDate date)
src/main/java/com/hzhang/sweethome/service/PersonalInvoiceService.java:80
Method
findFirstTen
()
src/main/java/com/hzhang/sweethome/controller/MessageController.java:18
Method
findFirstTen
()
src/main/java/com/hzhang/sweethome/service/MessageService.java:44
Method
findall
()
src/main/java/com/hzhang/sweethome/controller/MessageController.java:24
Method
findall
()
src/main/java/com/hzhang/sweethome/controller/MaintenanceReservationController.java:37
Method
findall
()
src/main/java/com/hzhang/sweethome/service/MaintenanceReservationService.java:81
Method
getAllPublicUtils
()
src/main/java/com/hzhang/sweethome/controller/PublicUtilsController.java:22
Method
getAllPublicUtils
()
src/main/java/com/hzhang/sweethome/service/PublicUtilsService.java:23
Method
getAllReservation
(Principal principal)
src/main/java/com/hzhang/sweethome/controller/PublicUtilsReservationController.java:34
Method
getAvailableTimeSlots
(@RequestParam(name = "category") String category)
src/main/java/com/hzhang/sweethome/controller/PublicUtilsReservationController.java:29
Method
getAvailableTimeSlots
(String category)
src/main/java/com/hzhang/sweethome/service/PublicUtilsReservationService.java:42
Method
getCategory
()
src/main/java/com/hzhang/sweethome/model/PublicUtilsReservation.java:48
Method
getDate
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:43
Method
getDate
()
src/main/java/com/hzhang/sweethome/model/PersonalInvoice.java:52
Method
getDate
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:73
Method
getDate
()
src/main/java/com/hzhang/sweethome/model/PublicUtilsReservation.java:40
Method
getDescription
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:77
Method
getDescription
()
src/main/java/com/hzhang/sweethome/model/PublicUtils.java:21
Method
getEmail
()
src/main/java/com/hzhang/sweethome/model/Authority.java:24
Method
getEmail
()
src/main/java/com/hzhang/sweethome/model/UnreadNumKey.java:22
Method
getId
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:35
Method
getId
()
src/main/java/com/hzhang/sweethome/model/PersonalInvoice.java:40
Method
getId
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:65
Method
getId
()
src/main/java/com/hzhang/sweethome/model/UnreadNum.java:27
Method
getId
()
src/main/java/com/hzhang/sweethome/model/Message.java:32
Method
getMaintenanceImages
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:56
Method
getMaintenanceReservation
(Principal principal)
src/main/java/com/hzhang/sweethome/controller/MaintenanceReservationController.java:26
Method
getMaintenanceReservation
()
src/main/java/com/hzhang/sweethome/model/MaintenanceImage.java:36
Method
getNameAndRoom
()
src/main/java/com/hzhang/sweethome/model/Message.java:46
Method
getNum
()
src/main/java/com/hzhang/sweethome/model/UnreadNum.java:29
Method
getRoom
()
src/main/java/com/hzhang/sweethome/model/User.java:54
Method
getStartTime
()
src/main/java/com/hzhang/sweethome/model/MaintenanceReservation.java:69
Method
getText
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:39
Method
getText
()
src/main/java/com/hzhang/sweethome/model/PersonalInvoice.java:48
Method
getText
()
src/main/java/com/hzhang/sweethome/model/Message.java:36
Method
getTime
()
src/main/java/com/hzhang/sweethome/model/Public_invoices.java:47
Method
getTime
()
src/main/java/com/hzhang/sweethome/model/PersonalInvoice.java:60
Method
getTime
()
src/main/java/com/hzhang/sweethome/model/TimeFrame.java:16
Method
getToken
()
src/main/java/com/hzhang/sweethome/model/Token.java:10
← previous
next →
101–200 of 253, ranked by callers