Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/camenduru/TostUI-old-web
/ functions
Functions
1,453 in github.com/camenduru/TostUI-old-web
⨍
Functions
1,453
◇
Types & classes
457
Method
createUser
{@code POST /admin/users} : Creates a new user. <p> Creates a new user if the login and email are not already used, and sends an mail with an activa
src/main/java/com/camenduru/web/web/rest/UserResource.java:108
Method
createUserWithExistingEmail
()
src/test/java/com/camenduru/web/web/rest/UserResourceIT.java:200
Method
createUserWithExistingId
()
src/test/java/com/camenduru/web/web/rest/UserResourceIT.java:149
Method
createUserWithExistingLogin
()
src/test/java/com/camenduru/web/web/rest/UserResourceIT.java:174
Method
customConversions
()
src/main/java/com/camenduru/web/config/DatabaseConfiguration.java:39
Method
customizeContext
(ConfigurableApplicationContext context, MergedContextConfiguration mergedConfig)
src/test/java/com/camenduru/web/config/TestContainersSpringContextCustomizerFactory.java:24
Method
deleteAuthority
()
src/test/java/com/camenduru/web/web/rest/AuthorityResourceIT.java:141
Method
deleteAuthority
{@code DELETE /authorities/:id} : delete the "id" authority. @param id the id of the authority to delete. @return the {@link ResponseEntity} with st
src/main/java/com/camenduru/web/web/rest/AuthorityResource.java:92
Method
deleteDetail
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:485
Method
deleteDetail
{@code DELETE /details/:id} : delete the "id" detail. @param id the id of the detail to delete. @return the {@link ResponseEntity} with status {@cod
src/main/java/com/camenduru/web/web/rest/DetailResource.java:290
Method
deleteJob
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:580
Method
deleteJob
{@code DELETE /jobs/:id} : delete the "id" job. @param id the id of the job to delete. @return the {@link ResponseEntity} with status {@code 204 (NO
src/main/java/com/camenduru/web/web/rest/JobResource.java:395
Method
deleteRedeem
()
src/test/java/com/camenduru/web/web/rest/RedeemResourceIT.java:511
Method
deleteRedeem
{@code DELETE /redeems/:id} : delete the "id" redeem. @param id the id of the redeem to delete. @return the {@link ResponseEntity} with status {@cod
src/main/java/com/camenduru/web/web/rest/RedeemResource.java:194
Method
deleteType
()
src/test/java/com/camenduru/web/web/rest/TypeResourceIT.java:538
Method
deleteType
{@code DELETE /types/:id} : delete the "id" type. @param id the id of the type to delete. @return the {@link ResponseEntity} with status {@code 204
src/main/java/com/camenduru/web/web/rest/TypeResource.java:199
Method
deleteUser
()
src/test/java/com/camenduru/web/web/rest/UserResourceIT.java:436
Method
deleteUser
(String login)
src/main/java/com/camenduru/web/service/UserService.java:285
Method
deleteUser
{@code DELETE /admin/users/:login} : delete the "login" User. @param login the login of the user to delete. @return the {@link ResponseEntity} with s
src/main/java/com/camenduru/web/web/rest/UserResource.java:202
Method
deleteUser
(user: User)
src/main/webapp/app/admin/user-management/list/user-management.component.ts:50
Method
describeTo
(Description description)
src/test/java/com/camenduru/web/web/rest/TestUtil.java:64
Method
describeTo
(Description description)
src/test/java/com/camenduru/web/web/rest/TestUtil.java:90
Method
destroy
()
src/test/java/com/camenduru/web/config/MongoDbTestContainer.java:20
Method
determineUser
(ServerHttpRequest request, WebSocketHandler wsHandler, Map<String, Object> attributes)
src/main/java/com/camenduru/web/config/WebsocketConfiguration.java:77
Method
discordTest
()
src/test/java/com/camenduru/web/domain/JobTest.java:26
Method
doFilterInternal
Forwards any unmapped paths (except those containing a period) to the client {@code index.html}.
src/main/java/com/camenduru/web/web/filter/SpaWebFilter.java:15
Method
download
(link: string)
src/main/webapp/app/home/home.component.ts:414
Method
download
(link: string)
src/main/webapp/app/entities/type/detail/type-detail.component.ts:384
Method
equals
(Object o)
src/main/java/com/camenduru/web/domain/User.java:186
Method
equals
(Object o)
src/main/java/com/camenduru/web/domain/Authority.java:40
Method
equals
(Object o)
src/main/java/com/camenduru/web/domain/Detail.java:159
Method
equals
(Object o)
src/main/java/com/camenduru/web/domain/Redeem.java:177
Method
equals
(Object o)
src/main/java/com/camenduru/web/domain/Type.java:191
Method
equals
(other: FilterOptions)
src/main/webapp/app/shared/filter/filter.model.ts:135
Method
equalsVerifier
()
src/test/java/com/camenduru/web/domain/JobTest.java:12
Method
equalsVerifier
()
src/test/java/com/camenduru/web/domain/AuthorityTest.java:11
Method
equalsVerifier
()
src/test/java/com/camenduru/web/domain/DetailTest.java:11
Method
equalsVerifier
()
src/test/java/com/camenduru/web/domain/RedeemTest.java:11
Method
equalsVerifier
()
src/test/java/com/camenduru/web/domain/TypeTest.java:11
Method
exceptionWithResponseStatus
()
src/test/java/com/camenduru/web/web/rest/errors/ExceptionTranslatorTestController.java:39
Method
filterChain
(HttpSecurity http, MvcRequestMatcher.Builder mvc)
src/main/java/com/camenduru/web/config/SecurityConfiguration.java:40
Method
filterOptions
()
src/main/webapp/app/shared/filter/filter.model.ts:6
Method
filterOptions
()
src/main/webapp/app/shared/filter/filter.model.ts:77
Method
findAllByUserIsCurrentUser
(Pageable pageable, String login)
src/main/java/com/camenduru/web/repository/DetailRepository.java:17
Method
findAllWithEagerRelationships
(Pageable pageable)
src/main/java/com/camenduru/web/repository/RedeemRepository.java:17
Method
findAllWithEagerRelationships
(Pageable pageable)
src/main/java/com/camenduru/web/repository/DetailRepository.java:23
Method
findOneWithEagerRelationships
(String id)
src/main/java/com/camenduru/web/repository/RedeemRepository.java:23
Method
findOneWithEagerRelationships
(String id)
src/main/java/com/camenduru/web/repository/DetailRepository.java:29
Method
finishPasswordReset
{@code POST /account/reset-password/finish} : Finish to reset the password of the user. @param keyAndPassword the generated key and the new passwor
src/main/java/com/camenduru/web/web/rest/AccountResource.java:369
Method
forwardUnmappedDeepMapping
()
src/test/java/com/camenduru/web/web/filter/SpaWebFilterIT.java:64
Method
forwardUnmappedFirstLevelMapping
()
src/test/java/com/camenduru/web/web/filter/SpaWebFilterIT.java:49
Method
forwardUnmappedSecondLevelMapping
()
src/test/java/com/camenduru/web/web/filter/SpaWebFilterIT.java:54
Method
forwardUnmappedThirdLevelMapping
()
src/test/java/com/camenduru/web/web/filter/SpaWebFilterIT.java:59
Method
fromModel
(date: dayjs.Dayjs | null)
src/main/webapp/app/config/datepicker-adapter.ts:10
Method
fullUpdateDetailWithPatch
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:404
Method
fullUpdateJobWithPatch
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:497
Method
fullUpdateRedeemWithPatch
()
src/test/java/com/camenduru/web/web/rest/RedeemResourceIT.java:429
Method
fullUpdateTypeWithPatch
()
src/test/java/com/camenduru/web/web/rest/TypeResourceIT.java:456
Method
geHomeJobs
{@code GET /home} : get all the home user's jobs. @param pageable the pagination information. @param eagerload flag to eager load entities from rela
src/main/java/com/camenduru/web/web/rest/AccountResource.java:201
Method
getAccount
{@code GET /account} : get the current user. @return the current user. @throws RuntimeException {@code 500 (Internal Server Error)} if the user coul
src/main/java/com/camenduru/web/web/rest/AccountResource.java:295
Method
getActivationKey
()
src/main/java/com/camenduru/web/domain/User.java:146
Method
getAllAuthorities
()
src/test/java/com/camenduru/web/web/rest/AuthorityResourceIT.java:107
Method
getAllAuthorities
{@code GET /authorities} : get all the authorities. @return the {@link ResponseEntity} with status {@code 200 (OK)} and the list of authorities in b
src/main/java/com/camenduru/web/web/rest/AuthorityResource.java:65
Method
getAllDetails
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:240
Method
getAllDetails
{@code GET /details} : get all the details. @param pageable the pagination information. @param eagerload flag to eager load entities from relationsh
src/main/java/com/camenduru/web/web/rest/DetailResource.java:240
Method
getAllDetailsWithEagerRelationshipsIsEnabled
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:259
Method
getAllDetailsWithEagerRelationshipsIsNotEnabled
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:268
Method
getAllJobs
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:323
Method
getAllJobs
{@code GET /jobs} : get all the jobs. @param pageable the pagination information. @param eagerload flag to eager load entities from relationships (T
src/main/java/com/camenduru/web/web/rest/JobResource.java:325
Method
getAllJobsByType
{@code GET /jobs/type} : get all the jobs by type. @param pageable the pagination information. @param eagerload flag to eager load entities from rel
src/main/java/com/camenduru/web/web/rest/JobResource.java:353
Method
getAllJobsWithEagerRelationshipsIsEnabled
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:346
Method
getAllJobsWithEagerRelationshipsIsNotEnabled
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:355
Method
getAllPublicUsers
()
src/test/java/com/camenduru/web/web/rest/PublicUserResourceIT.java:52
Method
getAllPublicUsers
(Pageable pageable)
src/main/java/com/camenduru/web/service/UserService.java:341
Method
getAllPublicUsers
{@code GET /users} : get all users with only public information - calling this method is allowed for anyone. @param pageable the pagination informati
src/main/java/com/camenduru/web/web/rest/PublicUserResource.java:41
Method
getAllRedeems
()
src/test/java/com/camenduru/web/web/rest/RedeemResourceIT.java:262
Method
getAllRedeems
{@code GET /redeems} : get all the redeems. @param eagerload flag to eager load entities from relationships (This is applicable for many-to-many). @
src/main/java/com/camenduru/web/web/rest/RedeemResource.java:163
Method
getAllRedeemsWithEagerRelationshipsIsEnabled
()
src/test/java/com/camenduru/web/web/rest/RedeemResourceIT.java:282
Method
getAllRedeemsWithEagerRelationshipsIsNotEnabled
()
src/test/java/com/camenduru/web/web/rest/RedeemResourceIT.java:291
Method
getAllTypes
()
src/test/java/com/camenduru/web/web/rest/TypeResourceIT.java:300
Method
getAllTypes
{@code GET /types} : get all the types. @param pageable the pagination information. @return the {@link ResponseEntity} with status {@code 200 (OK)}
src/main/java/com/camenduru/web/web/rest/TypeResource.java:170
Method
getAllUsers
()
src/test/java/com/camenduru/web/web/rest/UserResourceIT.java:226
Method
getAllUsers
{@code GET /admin/users} : get all users with all the details - calling this are only allowed for the administrators. @param pageable the pagination
src/main/java/com/camenduru/web/web/rest/UserResource.java:166
Method
getAsyncExecutor
()
src/main/java/com/camenduru/web/config/AsyncConfiguration.java:32
Method
getAsyncUncaughtExceptionHandler
()
src/main/java/com/camenduru/web/config/AsyncConfiguration.java:44
Method
getAuthority
()
src/test/java/com/camenduru/web/web/rest/AuthorityResourceIT.java:121
Method
getAuthority
{@code GET /authorities/:id} : get the "id" authority. @param id the id of the authority to retrieve. @return the {@link ResponseEntity} with status
src/main/java/com/camenduru/web/web/rest/AuthorityResource.java:78
Method
getAuthorityRandomSampleGenerator
()
src/test/java/com/camenduru/web/domain/AuthorityTestSamples.java:15
Method
getBackendEndpoint
()
src/test/java/com/camenduru/web/web/filter/SpaWebFilterIT.java:44
Method
getCreatedBy
()
src/main/java/com/camenduru/web/domain/AbstractAuditingEntity.java:39
Method
getCreatedDate
()
src/main/java/com/camenduru/web/domain/AbstractAuditingEntity.java:47
Method
getCurrentAuditor
()
src/main/java/com/camenduru/web/security/SpringSecurityAuditorAware.java:14
Method
getDetail
()
src/test/java/com/camenduru/web/web/rest/DetailResourceIT.java:276
Method
getId
()
src/main/java/com/camenduru/web/domain/AbstractAuditingEntity.java:21
Method
getIdToken
()
src/main/java/com/camenduru/web/web/rest/AuthenticateController.java:115
Method
getIpAddress
()
src/main/java/com/camenduru/web/web/websocket/dto/ActivityDTO.java:36
Method
getJob
()
src/test/java/com/camenduru/web/web/rest/JobResourceIT.java:363
Method
getJob
{@code GET /jobs/:id} : get the "id" job. @param id the id of the job to retrieve. @return the {@link ResponseEntity} with status {@code 200 (OK)} a
src/main/java/com/camenduru/web/web/rest/JobResource.java:381
Method
getLastModifiedBy
()
src/main/java/com/camenduru/web/domain/AbstractAuditingEntity.java:55
Method
getLastModifiedDate
()
src/main/java/com/camenduru/web/domain/AbstractAuditingEntity.java:63
← previous
next →
1,001–1,100 of 1,453, ranked by callers