Uses of Class
es.caib.seycon.ng.comu.AgentStatusInfo
-
Packages that use AgentStatusInfo Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of AgentStatusInfo in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type AgentStatusInfo Modifier and Type Method Description static AgentStatusInfo
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo vo)
Creates a AgentStatusInfo value object based on a AgentStatusInfo object.static void
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo source, AgentStatusInfo target)
Updates a AgentStatusInfo value object based on a AgentStatusInfo object.static AgentStatusInfo[]
AgentStatusInfo. toAgentStatusInfoArray(AgentStatusInfo[] source)
Creates a AgentStatusInfo array on a AgentStatusInfo array.Method parameters in com.soffid.iam.api with type arguments of type AgentStatusInfo Modifier and Type Method Description static AsyncList<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoAsyncList(AsyncList<AgentStatusInfo> source)
Creates a AgentStatusInfo asynclist on a AgentStatusInfo collection.static PagedResult<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(PagedResult<AgentStatusInfo> source)
Creates a AgentStatusInfo pagedResult on a AgentStatusInfo collection.static List<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(Collection<AgentStatusInfo> source)
Creates a AgentStatusInfo list on a AgentStatusInfo collection. -
Uses of AgentStatusInfo in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return AgentStatusInfo Modifier and Type Method Description static AgentStatusInfo
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo vo)
Creates a AgentStatusInfo value object based on a AgentStatusInfo object.static AgentStatusInfo[]
AgentStatusInfo. toAgentStatusInfoArray(AgentStatusInfo[] source)
Creates a AgentStatusInfo array on a AgentStatusInfo array.Methods in es.caib.seycon.ng.comu that return types with arguments of type AgentStatusInfo Modifier and Type Method Description static AsyncList<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoAsyncList(AsyncList<AgentStatusInfo> source)
Creates a AgentStatusInfo asynclist on a AgentStatusInfo collection.static PagedResult<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(PagedResult<AgentStatusInfo> source)
Creates a AgentStatusInfo pagedResult on a AgentStatusInfo collection.static List<AgentStatusInfo>
AgentStatusInfo. toAgentStatusInfoList(Collection<AgentStatusInfo> source)
Creates a AgentStatusInfo list on a AgentStatusInfo collection.Methods in es.caib.seycon.ng.comu with parameters of type AgentStatusInfo Modifier and Type Method Description static void
AgentStatusInfo. toAgentStatusInfo(AgentStatusInfo source, AgentStatusInfo target)
Updates a AgentStatusInfo value object based on a AgentStatusInfo object.Constructors in es.caib.seycon.ng.comu with parameters of type AgentStatusInfo Constructor Description AgentStatusInfo(AgentStatusInfo otherBean)
-
Uses of AgentStatusInfo in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SeyconServerService. getServerAgentStatus()
Operation getServerAgentStatusCollection<AgentStatusInfo>
SeyconServerService. getServerAgentStatus(String url)
Operation getServerAgentStatus -
Uses of AgentStatusInfo in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SeyconServerService. getServerAgentStatus()
Collection<AgentStatusInfo>
SeyconServerService. getServerAgentStatus(String url)
-
Uses of AgentStatusInfo in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type AgentStatusInfo Modifier and Type Method Description Collection<AgentStatusInfo>
SyncStatusService. getSeyconAgentsInfo(String tenant)
Operation getSeyconAgentsInfo
-