public class Utilities extends Object
| Constructor and Description |
|---|
Utilities() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
authorizedRepresentativeExistsAndNotEmpty(NaturalPersonFVBean authorizedRepresentative) |
static boolean |
businessPojoExists(eu.toop.edm.model.BusinessPojo businessPojo) |
static boolean |
conceptQueryComponentExists(ConceptQueryComponent conceptQueryComponent) |
static boolean |
conceptResponseComponentExists(ConceptResponseComponent conceptResponseComponent) |
static boolean |
dataProviderDetailsComponentExists(DataProviderDetailsComponent dataProviderDetailsComponent) |
static boolean |
datasetGridExists(com.vaadin.flow.component.grid.Grid<DSDDatasetResponseDto> grid) |
static boolean |
documentQueryComponentExists(DocumentQueryComponent documentQueryComponent) |
static boolean |
documentResponseComponentExists(DocumentResponseComponent documentResponseComponent) |
static boolean |
errorResponseComponentExists(ErrorResponseComponent errorResponseComponent) |
static String |
getValue(eu.toop.edm.model.ConceptValuePojo conceptValuePojo) |
static boolean |
legalPersonAddressExists(AddressBean addressBean) |
static boolean |
legalPersonComponentExists(LegalPersonComponent legalPersonComponent) |
static boolean |
legalPersonExistsAndNotEmpty(LegalPersonFVBean legalPerson) |
static boolean |
LPAddressExists(AddressBean addressFVBean) |
static boolean |
LPExists(LegalPersonFVBean legalPerson) |
static boolean |
naturalPersonAddressExists(AddressBean naturalPersonAddressFVBean) |
static boolean |
naturalPersonComponentExists(NaturalPersonComponent naturalPersonComponent) |
static boolean |
naturalPersonExistsAndNotEmpty(NaturalPersonFVBean naturalPerson) |
static boolean |
NPAddressExists(AddressBean addressFVBean) |
static boolean |
NPExists(NaturalPersonFVBean naturalPerson) |
static boolean |
personPojoExists(eu.toop.edm.model.PersonPojo personPojo) |
static void |
printLegalPersonAddressDetails(AddressBean addressBean) |
static void |
printLegalPersonDetails(LegalPersonFVBean legalPersonFVBean) |
static void |
printNaturalPersonAddressDetails(AddressBean naturalPersonAddressFVBean) |
static void |
printNaturalPersonDetails(NaturalPersonFVBean naturalPersonFVBean) |
static boolean |
topLevelSlotComponentExists(TopLevelSlotComponent topLevelSlotComponent) |
public static boolean authorizedRepresentativeExistsAndNotEmpty(NaturalPersonFVBean authorizedRepresentative)
public static boolean legalPersonExistsAndNotEmpty(LegalPersonFVBean legalPerson)
public static boolean naturalPersonExistsAndNotEmpty(NaturalPersonFVBean naturalPerson)
public static boolean legalPersonComponentExists(LegalPersonComponent legalPersonComponent)
public static boolean naturalPersonComponentExists(NaturalPersonComponent naturalPersonComponent)
public static boolean conceptQueryComponentExists(ConceptQueryComponent conceptQueryComponent)
public static boolean documentQueryComponentExists(DocumentQueryComponent documentQueryComponent)
public static boolean naturalPersonAddressExists(AddressBean naturalPersonAddressFVBean)
public static boolean legalPersonAddressExists(AddressBean addressBean)
public static boolean dataProviderDetailsComponentExists(DataProviderDetailsComponent dataProviderDetailsComponent)
public static boolean conceptResponseComponentExists(ConceptResponseComponent conceptResponseComponent)
public static boolean errorResponseComponentExists(ErrorResponseComponent errorResponseComponent)
public static boolean documentResponseComponentExists(DocumentResponseComponent documentResponseComponent)
public static boolean datasetGridExists(com.vaadin.flow.component.grid.Grid<DSDDatasetResponseDto> grid)
public static boolean personPojoExists(eu.toop.edm.model.PersonPojo personPojo)
public static boolean businessPojoExists(eu.toop.edm.model.BusinessPojo businessPojo)
public static boolean topLevelSlotComponentExists(TopLevelSlotComponent topLevelSlotComponent)
public static boolean NPExists(NaturalPersonFVBean naturalPerson)
public static boolean LPExists(LegalPersonFVBean legalPerson)
public static boolean NPAddressExists(AddressBean addressFVBean)
public static boolean LPAddressExists(AddressBean addressFVBean)
public static void printNaturalPersonDetails(NaturalPersonFVBean naturalPersonFVBean)
public static void printNaturalPersonAddressDetails(AddressBean naturalPersonAddressFVBean)
public static void printLegalPersonDetails(LegalPersonFVBean legalPersonFVBean)
public static void printLegalPersonAddressDetails(AddressBean addressBean)
public static String getValue(eu.toop.edm.model.ConceptValuePojo conceptValuePojo)
Copyright © 2020–2021 toop.eu. All rights reserved.