Uses of Class
es.caib.seycon.ng.comu.ContingutTargetaExtranet
-
Packages that use ContingutTargetaExtranet Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of ContingutTargetaExtranet in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type ContingutTargetaExtranet Modifier and Type Method Description static ExtranetCardContent
ExtranetCardContent. toExtranetCardContent(ContingutTargetaExtranet vo)
Creates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.static void
ExtranetCardContent. toExtranetCardContent(ContingutTargetaExtranet source, ExtranetCardContent target)
Updates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.static ExtranetCardContent[]
ExtranetCardContent. toExtranetCardContentArray(ContingutTargetaExtranet[] source)
Creates a ExtranetCardContent array on a ContingutTargetaExtranet array.Method parameters in com.soffid.iam.api with type arguments of type ContingutTargetaExtranet Modifier and Type Method Description static AsyncList<ExtranetCardContent>
ExtranetCardContent. toExtranetCardContentAsyncList(AsyncList<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent asynclist on a ContingutTargetaExtranet collection.static PagedResult<ExtranetCardContent>
ExtranetCardContent. toExtranetCardContentList(PagedResult<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent pagedResult on a ContingutTargetaExtranet collection.static List<ExtranetCardContent>
ExtranetCardContent. toExtranetCardContentList(Collection<ContingutTargetaExtranet> source)
Creates a ExtranetCardContent list on a ContingutTargetaExtranet collection. -
Uses of ContingutTargetaExtranet in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return ContingutTargetaExtranet Modifier and Type Method Description static ContingutTargetaExtranet
ContingutTargetaExtranet. toContingutTargetaExtranet(ExtranetCardContent vo)
Creates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.static ContingutTargetaExtranet[]
ContingutTargetaExtranet. toContingutTargetaExtranetArray(ExtranetCardContent[] source)
Creates a ContingutTargetaExtranet array on a ExtranetCardContent array.Methods in es.caib.seycon.ng.comu that return types with arguments of type ContingutTargetaExtranet Modifier and Type Method Description Collection<ContingutTargetaExtranet>
TargetaExtranet. getContingut()
Gets value for attribute contingutstatic AsyncList<ContingutTargetaExtranet>
ContingutTargetaExtranet. toContingutTargetaExtranetAsyncList(AsyncList<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet asynclist on a ExtranetCardContent collection.static PagedResult<ContingutTargetaExtranet>
ContingutTargetaExtranet. toContingutTargetaExtranetList(PagedResult<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet pagedResult on a ExtranetCardContent collection.static List<ContingutTargetaExtranet>
ContingutTargetaExtranet. toContingutTargetaExtranetList(Collection<ExtranetCardContent> source)
Creates a ContingutTargetaExtranet list on a ExtranetCardContent collection.Methods in es.caib.seycon.ng.comu with parameters of type ContingutTargetaExtranet Modifier and Type Method Description static void
ContingutTargetaExtranet. toContingutTargetaExtranet(ExtranetCardContent source, ContingutTargetaExtranet target)
Updates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.Method parameters in es.caib.seycon.ng.comu with type arguments of type ContingutTargetaExtranet Modifier and Type Method Description void
TargetaExtranet. setContingut(Collection<ContingutTargetaExtranet> contingut)
Sets value for attribute contingutConstructors in es.caib.seycon.ng.comu with parameters of type ContingutTargetaExtranet Constructor Description ContingutTargetaExtranet(ContingutTargetaExtranet otherBean)
Constructor parameters in es.caib.seycon.ng.comu with type arguments of type ContingutTargetaExtranet Constructor Description TargetaExtranet(Long id, String codiUsuari, String codi, Calendar dataEmissio, Calendar dataCaducitat, String actiu, Collection<ContingutTargetaExtranet> contingut)
-