Package eu.toop.playground.dc.ui.util
Class Utilities
- java.lang.Object
-
- eu.toop.playground.dc.ui.util.Utilities
-
public class Utilities extends Object
- Author:
- Maria Siapera [mariaspr at unipi.gr]
-
-
Constructor Summary
Constructors Constructor Description Utilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanauthorizedRepresentativeExistsAndNotEmpty(NaturalPersonFVBean authorizedRepresentative)static booleanbusinessPojoExists(eu.toop.edm.model.BusinessPojo businessPojo)static booleanconceptResponseComponentExists(ConceptResponseComponent conceptResponseComponent)static booleandataProviderDetailsComponentExists(DataProviderDetailsComponent dataProviderDetailsComponent)static booleandatasetGridExists(com.vaadin.flow.component.grid.Grid<DSDDatasetResponseDto> grid)static booleandocumentResponseComponentExists(DocumentResponseComponent documentResponseComponent)static booleanerrorResponseComponentExists(ErrorResponseComponent errorResponseComponent)static StringgetValue(eu.toop.edm.model.ConceptValuePojo conceptValuePojo)static booleanlegalPersonAddressExists(AddressBean addressBean)static booleanlegalPersonExistsAndNotEmpty(LegalPersonFVBean legalPerson)static booleanLPAddressExists(AddressBean addressFVBean)static booleanLPExists(LegalPersonFVBean legalPerson)static booleannaturalPersonAddressExists(AddressBean naturalPersonAddressFVBean)static booleannaturalPersonExistsAndNotEmpty(NaturalPersonFVBean naturalPerson)static booleanNPAddressExists(AddressBean addressFVBean)static booleanNPExists(NaturalPersonFVBean naturalPerson)static booleanpersonPojoExists(eu.toop.edm.model.PersonPojo personPojo)static voidprintLegalPersonAddressDetails(AddressBean addressBean)static voidprintLegalPersonDetails(LegalPersonFVBean legalPersonFVBean)static voidprintNaturalPersonAddressDetails(AddressBean naturalPersonAddressFVBean)static voidprintNaturalPersonDetails(NaturalPersonFVBean naturalPersonFVBean)static booleantopLevelSlotComponentExists(TopLevelSlotComponent topLevelSlotComponent)
-
-
-
Method Detail
-
authorizedRepresentativeExistsAndNotEmpty
public static boolean authorizedRepresentativeExistsAndNotEmpty(NaturalPersonFVBean authorizedRepresentative)
-
legalPersonExistsAndNotEmpty
public static boolean legalPersonExistsAndNotEmpty(LegalPersonFVBean legalPerson)
-
naturalPersonExistsAndNotEmpty
public static boolean naturalPersonExistsAndNotEmpty(NaturalPersonFVBean naturalPerson)
-
naturalPersonAddressExists
public static boolean naturalPersonAddressExists(AddressBean naturalPersonAddressFVBean)
-
legalPersonAddressExists
public static boolean legalPersonAddressExists(AddressBean addressBean)
-
dataProviderDetailsComponentExists
public static boolean dataProviderDetailsComponentExists(DataProviderDetailsComponent dataProviderDetailsComponent)
-
conceptResponseComponentExists
public static boolean conceptResponseComponentExists(ConceptResponseComponent conceptResponseComponent)
-
errorResponseComponentExists
public static boolean errorResponseComponentExists(ErrorResponseComponent errorResponseComponent)
-
documentResponseComponentExists
public static boolean documentResponseComponentExists(DocumentResponseComponent documentResponseComponent)
-
datasetGridExists
public static boolean datasetGridExists(com.vaadin.flow.component.grid.Grid<DSDDatasetResponseDto> grid)
-
personPojoExists
public static boolean personPojoExists(eu.toop.edm.model.PersonPojo personPojo)
-
businessPojoExists
public static boolean businessPojoExists(eu.toop.edm.model.BusinessPojo businessPojo)
-
topLevelSlotComponentExists
public static boolean topLevelSlotComponentExists(TopLevelSlotComponent topLevelSlotComponent)
-
NPExists
public static boolean NPExists(NaturalPersonFVBean naturalPerson)
-
LPExists
public static boolean LPExists(LegalPersonFVBean legalPerson)
-
NPAddressExists
public static boolean NPAddressExists(AddressBean addressFVBean)
-
LPAddressExists
public static boolean LPAddressExists(AddressBean addressFVBean)
-
printNaturalPersonDetails
public static void printNaturalPersonDetails(NaturalPersonFVBean naturalPersonFVBean)
-
printNaturalPersonAddressDetails
public static void printNaturalPersonAddressDetails(AddressBean naturalPersonAddressFVBean)
-
printLegalPersonDetails
public static void printLegalPersonDetails(LegalPersonFVBean legalPersonFVBean)
-
printLegalPersonAddressDetails
public static void printLegalPersonAddressDetails(AddressBean addressBean)
-
getValue
public static String getValue(eu.toop.edm.model.ConceptValuePojo conceptValuePojo)
-
-