Uses of Class
ywebservicespackage.data.UserData
-
Packages that use UserData Package Description ywebservicespackage.data ywebservicespackage.facades ywebservicespackage.facades.impl ywebservicespackage.populators -
-
Uses of UserData in ywebservicespackage.data
Methods in ywebservicespackage.data that return types with arguments of type UserData Modifier and Type Method Description java.util.List<UserData>UserDataList. getUsers()Method parameters in ywebservicespackage.data with type arguments of type UserData Modifier and Type Method Description voidUserDataList. setUsers(java.util.List<UserData> users) -
Uses of UserData in ywebservicespackage.facades
Methods in ywebservicespackage.facades that return UserData Modifier and Type Method Description UserDataSampleFacades. getUser(java.lang.String id)Methods in ywebservicespackage.facades that return types with arguments of type UserData Modifier and Type Method Description java.util.List<UserData>SampleFacades. getUsers()SearchPageData<UserData>SampleFacades. getUsers(SearchPageData<?> params) -
Uses of UserData in ywebservicespackage.facades.impl
Methods in ywebservicespackage.facades.impl that return UserData Modifier and Type Method Description UserDataDefaultSampleFacades. getUser(java.lang.String id)Methods in ywebservicespackage.facades.impl that return types with arguments of type UserData Modifier and Type Method Description Converter<UserModel,UserData>DefaultSampleFacades. getUserConverter()java.util.List<UserData>DefaultSampleFacades. getUsers()SearchPageData<UserData>DefaultSampleFacades. getUsers(SearchPageData<?> params)Method parameters in ywebservicespackage.facades.impl with type arguments of type UserData Modifier and Type Method Description voidDefaultSampleFacades. setUserConverter(Converter<UserModel,UserData> userConverter) -
Uses of UserData in ywebservicespackage.populators
Methods in ywebservicespackage.populators with parameters of type UserData Modifier and Type Method Description voidSampleUserPopulator. populate(UserModel source, UserData target)
-