Package io.jmix.samples.restservice.app
Class SampleService
java.lang.Object
io.jmix.samples.restservice.app.SampleService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic classstatic classstatic final recordstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]binaryMethod(byte[] param) booleanbooleanMethod(boolean param) voidbooleanParamMethod(boolean param) booleanWrapperMethod(Boolean param) voidbooleanWrapperParamMethod(Boolean param) dateMethod(Date param) entityCollectionMethod(List<Customer> param) entityMethod(Customer param) enumMethod(ContactType param) fileRefMethod(FileRef param) intintMethod(int param) voidintParamMethod(int param) intWrapperMethod(Integer param) voidintWrapperParamMethod(Integer param) localDateTimeMethod(LocalDateTime param) multipleParamsMethod(int number, String str, Customer entity, SampleService.SamplePojo pojo) stringMethod(String param) voidstringParamMethod(String param) uuidMethod(UUID param) void
-
Constructor Details
-
SampleService
-
-
Method Details
-
voidMethod
-
stringMethod
-
booleanMethod
-
booleanWrapperMethod
-
intMethod
-
intWrapperMethod
-
binaryMethod
-
fileRefMethod
-
dateMethod
-
localDateTimeMethod
-
offsetDateTimeMethod
-
uuidMethod
-
uriMethod
-
entityMethod
-
entityCollectionMethod
-
enumMethod
-
pojoMethod
-
pojoWithEntityMethod
@RestMethod public SampleService.SamplePojoWithEntity pojoWithEntityMethod(SampleService.SamplePojoWithEntity param) -
recordMethod
-
recordWithEntityMethod
@RestMethod public SampleService.SampleRecordWithEntity recordWithEntityMethod(SampleService.SampleRecordWithEntity param) -
booleanParamMethod
-
booleanWrapperParamMethod
-
intParamMethod
-
intWrapperParamMethod
-
stringParamMethod
-
multipleParamsMethod
@RestMethod public SampleService.MultipleParamsPojo multipleParamsMethod(int number, String str, Customer entity, SampleService.SamplePojo pojo)
-