Uses of Class
de.aservo.confapi.crowd.model.ApplicationsBean
-
Packages that use ApplicationsBean Package Description de.aservo.confapi.crowd.rest de.aservo.confapi.crowd.rest.api de.aservo.confapi.crowd.service de.aservo.confapi.crowd.service.api -
-
Uses of ApplicationsBean in de.aservo.confapi.crowd.rest
Methods in de.aservo.confapi.crowd.rest with parameters of type ApplicationsBean Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationsResourceImpl. setApplications(ApplicationsBean applicationsBean) -
Uses of ApplicationsBean in de.aservo.confapi.crowd.rest.api
Methods in de.aservo.confapi.crowd.rest.api with parameters of type ApplicationsBean Modifier and Type Method Description javax.ws.rs.core.ResponseApplicationsResource. setApplications(ApplicationsBean applicationsBean) -
Uses of ApplicationsBean in de.aservo.confapi.crowd.service
Methods in de.aservo.confapi.crowd.service that return ApplicationsBean Modifier and Type Method Description ApplicationsBeanApplicationsServiceImpl. getApplications()ApplicationsBeanApplicationsServiceImpl. setApplications(ApplicationsBean applicationsBean)Methods in de.aservo.confapi.crowd.service with parameters of type ApplicationsBean Modifier and Type Method Description ApplicationsBeanApplicationsServiceImpl. setApplications(ApplicationsBean applicationsBean) -
Uses of ApplicationsBean in de.aservo.confapi.crowd.service.api
Methods in de.aservo.confapi.crowd.service.api that return ApplicationsBean Modifier and Type Method Description ApplicationsBeanApplicationsService. getApplications()ApplicationsBeanApplicationsService. setApplications(ApplicationsBean applicationsBean)Methods in de.aservo.confapi.crowd.service.api with parameters of type ApplicationsBean Modifier and Type Method Description ApplicationsBeanApplicationsService. setApplications(ApplicationsBean applicationsBean)
-