Class ImportConfigWrapper

    • Method Detail

      • getMenuModel

        public org.primefaces.model.menu.MenuModel getMenuModel()
        Gets the menu model for the alternatives that can be selected for this entity.
        Returns:
        Menu model for the alternatives.
      • setMenuModel

        public void setMenuModel​(org.primefaces.model.menu.MenuModel menuModel)
        Sets the menu model for the alternatives that can be selected for this entity.
        Parameters:
        menuModel - Menu model for the alternatives.
      • setAlternativeObject

        public void setAlternativeObject​(Object alternative)
      • getDisplayName

        public String getDisplayName()
      • getSubtitle

        public String getSubtitle()
        Gets the subtitle of the entity. The subtitle contains further details about the entity, in addition to the display name. May be empty if there are no further details.
        Returns:
        The subtitle of the entity
      • getTypeDisplayName

        public String getTypeDisplayName()
      • getEntityStateDescription

        public String getEntityStateDescription()
      • getTypeIcon

        public String getTypeIcon()
      • getTypeTitle

        public String getTypeTitle()
      • getDependencyDescriptions

        public List<String> getDependencyDescriptions()
      • setDependencyDescriptions

        public void setDependencyDescriptions​(List<String> dependencyDescriptions)
      • isEntityExists

        public boolean isEntityExists()
      • isRelevantForImport

        public boolean isRelevantForImport()
      • isAlternativePossible

        public boolean isAlternativePossible()
      • isUserGroup

        public boolean isUserGroup()
      • isInbox

        public boolean isInbox()
      • isClientResource

        public boolean isClientResource()
      • isTemplate

        public boolean isTemplate()
      • isDataSource

        public boolean isDataSource()
      • isPDFResource

        public boolean isPDFResource()
      • isWordResource

        public boolean isWordResource()
      • isClientFormTheme

        public boolean isClientFormTheme()
      • isCSSTemplate

        @Deprecated
        public boolean isCSSTemplate()
        Deprecated.
      • isXSLTemplate

        public boolean isXSLTemplate()
      • isHTMLTemplate

        public boolean isHTMLTemplate()
      • isURLTemplate

        public boolean isURLTemplate()
      • isCSVDataSource

        public boolean isCSVDataSource()
      • isXMLDataSource

        public boolean isXMLDataSource()
      • isJSONDataSource

        public boolean isJSONDataSource()
      • isDBDataSource

        public boolean isDBDataSource()
      • isAppointmentTemplate

        public boolean isAppointmentTemplate()
      • isClientCounter

        public boolean isClientCounter()
      • getAlternative

        @Deprecated
        public de.xima.cmn.dao.interfaces.IEntity<Long> getAlternative()
        Deprecated.
      • setAlternative

        @Deprecated
        public void setAlternative​(de.xima.cmn.dao.interfaces.IEntity<Long> alternative)
        Deprecated.
      • setAlternativeId

        @Deprecated
        public void setAlternativeId​(Long alternativeId)
        Deprecated.