Class ImportConfigWrapper
java.lang.Object
de.xima.fc.gui.model.impex.ImportConfigWrapper
- All Implemented Interfaces:
IDataContainer, Serializable
Wrapper class for
IEntityImportConfigs so additional information can be displayed.- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.xima.cmn.dao.interfaces.IEntity<Long> Deprecated.org.primefaces.model.menu.MenuModelGets the menu model for the alternatives that can be selected for this entity.Gets the subtitle of the entity.booleanbooleanbooleanbooleanbooleanbooleanDeprecated.booleanbooleanbooleanbooleanbooleanbooleanisInbox()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAlternative(de.xima.cmn.dao.interfaces.IEntity<Long> alternative) Deprecated.voidsetAlternativeId(Long alternativeId) Deprecated.voidsetAlternativeObject(Object alternative) voidsetConfig(IEntityImportConfig<?> config) voidsetConflictResolveAction(EEntityConflictResolveAction conflictResolveAction) voidsetDependencyDescriptions(List<String> dependencyDescriptions) voidsetMenuModel(org.primefaces.model.menu.MenuModel menuModel) Sets the menu model for the alternatives that can be selected for this entity.voidShould update data when called
-
Constructor Details
-
ImportConfigWrapper
-
-
Method Details
-
getConfig
-
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.
-
setConfig
-
setAlternativeObject
-
getDisplayName
-
getSubtitle
Gets the subtitle of the entity. The subtitle contains further details about the entity, in addition to thedisplay name. May be empty if there are no further details.- Returns:
- The subtitle of the entity
-
getTypeDisplayName
-
getEntityStateDescription
-
getTypeIcon
-
getTypeTitle
-
getDependencyDescriptions
-
setDependencyDescriptions
-
getConflictResolveAction
- Returns:
EEntityConflictResolveActionspecifying what to do if the entity already exists
-
setConflictResolveAction
- Parameters:
conflictResolveAction-EEntityConflictResolveActionspecifying what to do if the entity already exists
-
isEntityExists
public boolean isEntityExists() -
isRelevantForImport
public boolean isRelevantForImport() -
isAlternativePossible
public boolean isAlternativePossible() -
isUserGroup
public boolean isUserGroup() -
isInbox
public boolean isInbox() -
isClientResource
public boolean isClientResource() -
isPromptQuery
public boolean isPromptQuery() -
isPromptConnection
public boolean isPromptConnection() -
isTemplate
public boolean isTemplate() -
isDataSource
public boolean isDataSource() -
isPDFResource
public boolean isPDFResource() -
isWordResource
public boolean isWordResource() -
isClientFormTheme
public boolean isClientFormTheme() -
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() -
updateData
public void updateData()Description copied from interface:IDataContainerShould update data when called- Specified by:
updateDatain interfaceIDataContainer
-
getAlternative
Deprecated. -
setAlternative
Deprecated. -
setAlternativeId
Deprecated.
-