Class Utilities


  • public class Utilities
    extends Object
    Author:
    Maria Siapera [mariaspr at unipi.gr]
    • Constructor Detail

      • Utilities

        public Utilities()
    • 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)
      • 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)