Package de.xima.fc.gui.model.impex
Class ImportConfigWrapper
java.lang.Object
de.xima.fc.gui.model.impex.ImportConfigWrapper
- All Implemented Interfaces:
IDataContainer
,Serializable
Wrapper class for
IEntityImportConfig
s 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.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
isInbox()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAlternative
(de.xima.cmn.dao.interfaces.IEntity<Long> alternative) Deprecated.void
setAlternativeId
(Long alternativeId) void
setConfig
(IEntityImportConfig<?> config) void
setConflictResolveAction
(EEntityConflictResolveAction conflictResolveAction) void
setDependencyDescriptions
(List<String> dependencyDescriptions) void
Should update data when called
-
Constructor Details
-
ImportConfigWrapper
-
-
Method Details
-
getConfig
-
setConfig
-
setAlternativeId
-
getDisplayName
-
getTypeDisplayName
-
getEntityStateDescription
-
getTypeIcon
-
getTypeTitle
-
getDependencyDescriptions
-
setDependencyDescriptions
-
getConflictResolveAction
- Returns:
EEntityConflictResolveAction
specifying what to do if the entity already exists
-
setConflictResolveAction
- Parameters:
conflictResolveAction
-EEntityConflictResolveAction
specifying what to do if the entity already exists
-
isEntityExists
public boolean isEntityExists() -
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() -
isCSSTemplate
public boolean isCSSTemplate() -
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:IDataContainer
Should update data when called- Specified by:
updateData
in interfaceIDataContainer
-
getAlternative
Deprecated. -
setAlternative
Deprecated.
-