Package io.jmix.samples.rest.service
Class RestTestServiceBean
java.lang.Object
io.jmix.samples.rest.service.RestTestServiceBean
- All Implemented Interfaces:
- RestTestService
@Service("jmix_RestTestService")
public class RestTestServiceBean
extends Object
implements RestTestService
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected DataManagerprotected FetchPlanRepositoryprotected MetadataFields inherited from interface io.jmix.samples.rest.service.RestTestServiceNAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconcatCarVins(List<Car> cars) voidfindAllCars(String viewName) getPojo()voidvoidintmethodWithListOfMapParam(List<Map<String, BigDecimal>> param) methodWithOptionalArgs(String arg1, String arg2, String arg3) intmethodWithPojoCollectionParameter(List<TestPojo> pojoCollection) methodWithPojoCollectionParameter2(List<TestPojo> pojoCollection) intmethodWithPrimitiveListArguments(List<String> stringList, int[] intArray, int intArgument) voidoverloadedMethod(int param) overloadedMethod(String param) overloadedMethodWithOptionalArgs(String arg1, String arg2) testBigDecimalParam(BigDecimal param) testDateParam(Date param) testJavaTimeParam(LocalDate localDate, LocalDateTime localDateTime, LocalTime localTime, OffsetDateTime offsetDateTime, OffsetTime offsetTime, Time time) testNullParam(UUID uuid) updateCarVin(Car car, String vin) updateCarVins(List<Car> cars, String vin) intvalidatedMethod(String code) validatedMethodResult(String code) 
- 
Field Details- 
metadata
- 
dataManager
- 
fetchPlanRepository
 
- 
- 
Constructor Details- 
RestTestServiceBeanpublic RestTestServiceBean()
 
- 
- 
Method Details- 
emptyMethodpublic void emptyMethod()- Specified by:
- emptyMethodin interface- RestTestService
 
- 
notPermittedMethodpublic void notPermittedMethod()- Specified by:
- notPermittedMethodin interface- RestTestService
 
- 
sum- Specified by:
- sumin interface- RestTestService
 
- 
methodWithCustomExceptionpublic void methodWithCustomException()- Specified by:
- methodWithCustomExceptionin interface- RestTestService
 
- 
methodWithExceptionpublic void methodWithException()- Specified by:
- methodWithExceptionin interface- RestTestService
 
- 
overloadedMethod- Specified by:
- overloadedMethodin interface- RestTestService
 
- 
overloadedMethod- Specified by:
- overloadedMethodin interface- RestTestService
 
- 
findCar- Specified by:
- findCarin interface- RestTestService
 
- 
findAllCars- Specified by:
- findAllCarsin interface- RestTestService
 
- 
updateCarVin- Specified by:
- updateCarVinin interface- RestTestService
 
- 
concatCarVins- Specified by:
- concatCarVinsin interface- RestTestService
 
- 
updateCarVins- Specified by:
- updateCarVinsin interface- RestTestService
 
- 
testNullParam- Specified by:
- testNullParamin interface- RestTestService
 
- 
testDateParam- Specified by:
- testDateParamin interface- RestTestService
 
- 
testJavaTimeParampublic String testJavaTimeParam(LocalDate localDate, LocalDateTime localDateTime, LocalTime localTime, OffsetDateTime offsetDateTime, OffsetTime offsetTime, Time time) - Specified by:
- testJavaTimeParamin interface- RestTestService
 
- 
testBigDecimalParam- Specified by:
- testBigDecimalParamin interface- RestTestService
 
- 
getPojo- Specified by:
- getPojoin interface- RestTestService
- Throws:
- Exception
 
- 
getPojoList- Specified by:
- getPojoListin interface- RestTestService
- Throws:
- ParseException
 
- 
methodWithPojoParameter- Specified by:
- methodWithPojoParameterin interface- RestTestService
 
- 
methodWithPojoCollectionParameter- Specified by:
- methodWithPojoCollectionParameterin interface- RestTestService
 
- 
methodWithPojoCollectionParameter2- Specified by:
- methodWithPojoCollectionParameter2in interface- RestTestService
 
- 
validatedMethod- Specified by:
- validatedMethodin interface- RestTestService
 
- 
validatedMethodResult- Specified by:
- validatedMethodResultin interface- RestTestService
 
- 
notPersistedEntity- Specified by:
- notPersistedEntityin interface- RestTestService
 
- 
methodWithPrimitiveListArgumentspublic List<String> methodWithPrimitiveListArguments(List<String> stringList, int[] intArray, int intArgument) - Specified by:
- methodWithPrimitiveListArgumentsin interface- RestTestService
 
- 
getPojosWithNestedEntity- Specified by:
- getPojosWithNestedEntityin interface- RestTestService
 
- 
getPojosWithNestedEntityWithView- Specified by:
- getPojosWithNestedEntityWithViewin interface- RestTestService
 
- 
methodWithListOfMapParam- Specified by:
- methodWithListOfMapParamin interface- RestTestService
 
- 
methodReturnsListOfMap- Specified by:
- methodReturnsListOfMapin interface- RestTestService
 
- 
getNotPersistentStringIdEntity- Specified by:
- getNotPersistentStringIdEntityin interface- RestTestService
 
- 
methodWithOptionalArgs- Specified by:
- methodWithOptionalArgsin interface- RestTestService
 
- 
overloadedMethodWithOptionalArgs- Specified by:
- overloadedMethodWithOptionalArgsin interface- RestTestService
 
- 
overloadedMethodWithOptionalArgs- Specified by:
- overloadedMethodWithOptionalArgsin interface- RestTestService
 
 
-