Class BackofficeTypeUtils

    • Constructor Detail

      • BackofficeTypeUtils

        public BackofficeTypeUtils()
    • Method Detail

      • isAssignableFrom

        public boolean isAssignableFrom​(java.lang.String superType,
                                        java.lang.String subType)
        Description copied from interface: CockpitTypeUtils
        Checks type compatibility. Customize it to support additional types other than java classes.
        Specified by:
        isAssignableFrom in interface CockpitTypeUtils
        Returns:
        true, if superType is assignable from subType, i.e. if superType really is a supertype of subtype.
      • findClosestSuperType

        public java.lang.String findClosestSuperType​(java.util.List<java.lang.Object> entities)
        Specified by:
        findClosestSuperType in interface CockpitTypeUtils
      • findSupertypes

        protected java.util.List<java.lang.String> findSupertypes​(java.lang.Object entity)
      • getTypeFacade

        public TypeFacade getTypeFacade()
      • setTypeFacade

        public void setTypeFacade​(TypeFacade typeFacade)