Uses of Class
com.soffid.iam.api.ExtranetCardContent
-
Packages that use ExtranetCardContent Package Description com.soffid.iam.api es.caib.seycon.ng.comu -
-
Uses of ExtranetCardContent in com.soffid.iam.api
Methods in com.soffid.iam.api that return ExtranetCardContent Modifier and Type Method Description static ExtranetCardContent
ExtranetCardContent. toExtranetCardContent(ContingutTargetaExtranet vo)
Creates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.static ExtranetCardContent[]
ExtranetCardContent. toExtranetCardContentArray(ContingutTargetaExtranet[] source)
Creates a ExtranetCardContent array on a ContingutTargetaExtranet array.Methods in com.soffid.iam.api that return types with arguments of type ExtranetCardContent Modifier and Type Method Description Collection<ExtranetCardContent>
ExtranetCard. getContent()
Gets value for attribute contentstatic 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.Methods in com.soffid.iam.api with parameters of type ExtranetCardContent Modifier and Type Method Description static void
ExtranetCardContent. toExtranetCardContent(ContingutTargetaExtranet source, ExtranetCardContent target)
Updates a ExtranetCardContent value object based on a ContingutTargetaExtranet object.Method parameters in com.soffid.iam.api with type arguments of type ExtranetCardContent Modifier and Type Method Description void
ExtranetCard. setContent(Collection<ExtranetCardContent> content)
Sets value for attribute contentConstructors in com.soffid.iam.api with parameters of type ExtranetCardContent Constructor Description ExtranetCardContent(ExtranetCardContent otherBean)
Constructor parameters in com.soffid.iam.api with type arguments of type ExtranetCardContent Constructor Description ExtranetCard(Long id, String userCode, String code, Calendar outputDate, Calendar expirationDate, String active, Collection<ExtranetCardContent> content)
-
Uses of ExtranetCardContent in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type ExtranetCardContent Modifier and Type Method Description static ContingutTargetaExtranet
ContingutTargetaExtranet. toContingutTargetaExtranet(ExtranetCardContent vo)
Creates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.static void
ContingutTargetaExtranet. toContingutTargetaExtranet(ExtranetCardContent source, ContingutTargetaExtranet target)
Updates a ContingutTargetaExtranet value object based on a ExtranetCardContent object.static ContingutTargetaExtranet[]
ContingutTargetaExtranet. toContingutTargetaExtranetArray(ExtranetCardContent[] source)
Creates a ContingutTargetaExtranet array on a ExtranetCardContent array.Method parameters in es.caib.seycon.ng.comu with type arguments of type ExtranetCardContent Modifier and Type Method Description static 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.
-