Uses of Class
com.soffid.iam.api.Service
-
Packages that use Service Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of Service in com.soffid.iam.api
Methods in com.soffid.iam.api that return Service Modifier and Type Method Description static ServiceService. toService(Servei vo)Creates a Service value object based on a Servei object.static Service[]Service. toServiceArray(Servei[] source)Creates a Service array on a Servei array.Methods in com.soffid.iam.api that return types with arguments of type Service Modifier and Type Method Description static AsyncList<Service>Service. toServiceAsyncList(AsyncList<Servei> source)Creates a Service asynclist on a Servei collection.static PagedResult<Service>Service. toServiceList(PagedResult<Servei> source)Creates a Service pagedResult on a Servei collection.static List<Service>Service. toServiceList(Collection<Servei> source)Creates a Service list on a Servei collection.Methods in com.soffid.iam.api with parameters of type Service Modifier and Type Method Description static voidService. toService(Servei source, Service target)Updates a Service value object based on a Servei object.Constructors in com.soffid.iam.api with parameters of type Service Constructor Description Service(Service otherBean) -
Uses of Service in com.soffid.iam.service
Methods in com.soffid.iam.service that return Service Modifier and Type Method Description ServiceServiceService. create(Service servei)Operation createServiceServiceService. findServiceByName(String codi)Operation findServiceByNameServiceServiceService. update(Service servei)Operation updateMethods in com.soffid.iam.service that return types with arguments of type Service Modifier and Type Method Description Collection<Service>ServiceService. findServicesByCriteria(String codi, String descripcio)Operation findServicesByCriteriaCollection<Service>ServiceService. getServices()Operation getServicesMethods in com.soffid.iam.service with parameters of type Service Modifier and Type Method Description ServiceServiceService. create(Service servei)Operation createvoidServiceService. delete(Service servei)Operation deleteServiceServiceService. update(Service servei)Operation update -
Uses of Service in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Service Modifier and Type Method Description ServiceServiceService. create(Service servei)ServiceServiceService. update(Service servei)Methods in com.soffid.iam.service.ejb that return types with arguments of type Service Modifier and Type Method Description Collection<Service>ServiceService. findServicesByCriteria(String codi, String descripcio)Methods in com.soffid.iam.service.ejb with parameters of type Service Modifier and Type Method Description ServiceServiceService. create(Service servei)voidServiceService. delete(Service servei)ServiceServiceService. update(Service servei) -
Uses of Service in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Service Modifier and Type Method Description static ServeiServei. toServei(Service vo)Creates a Servei value object based on a Service object.static voidServei. toServei(Service source, Servei target)Updates a Servei value object based on a Service object.static Servei[]Servei. toServeiArray(Service[] source)Creates a Servei array on a Service array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Service Modifier and Type Method Description static AsyncList<Servei>Servei. toServeiAsyncList(AsyncList<Service> source)Creates a Servei asynclist on a Service collection.static PagedResult<Servei>Servei. toServeiList(PagedResult<Service> source)Creates a Servei pagedResult on a Service collection.static List<Servei>Servei. toServeiList(Collection<Service> source)Creates a Servei list on a Service collection.
-