Uses of Class
de.xima.fc.entities.ClientFormTheme
-
Packages that use ClientFormTheme Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.form_theme de.xima.fc.gui.model.form_theme de.xima.fc.importer.config de.xima.fc.logic.form_theme de.xima.fc.testhelper -
-
Uses of ClientFormTheme in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ClientFormTheme Modifier and Type Method Description ClientFormTheme
ClientFormThemeDao. byName(IEntityContext ec, Mandant client, String name)
ClientFormTheme
ClientFormThemeDao. byName(IEntityContext ec, UUID clientUuid, String name)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, long clientId, String uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, long clientId, UUID uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, String uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, UUID uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, String uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, UUID uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, String uuid)
ClientFormTheme
ClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientFormTheme Modifier and Type Method Description List<ClientFormTheme>
ClientFormThemeDao. allByClient(IEntityContext ec, Mandant client)
List<ClientFormTheme>
ClientFormThemeDao. getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)
List<ClientFormTheme>
ClientFormThemeDao. getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey)
List<ClientFormTheme>
ClientFormThemeDao. getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences)
Methods in de.xima.fc.dao.impl with parameters of type ClientFormTheme Modifier and Type Method Description String
ClientFormThemeDao. findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude)
List<ClientFormThemeFile>
ClientFormThemeDao. getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme)
-
Uses of ClientFormTheme in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientFormTheme Modifier and Type Method Description ClientFormTheme
IClientFormThemeDao. byName(IEntityContext ec, Mandant client, String name)
Fetches theClientFormTheme
with the given name from the given client.ClientFormTheme
IClientFormThemeDao. byName(IEntityContext ec, UUID clientUuid, String name)
Fetches theClientFormTheme
with the given name from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, long clientId, String uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, long clientId, UUID uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, String uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, UUID uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, String uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, UUID uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, String uuid)
Fetches theClientFormTheme
with the given UUID from the given client.ClientFormTheme
IClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, UUID uuid)
Fetches theClientFormTheme
with the given UUID from the given client.Methods in de.xima.fc.dao.interfaces that return types with arguments of type ClientFormTheme Modifier and Type Method Description List<ClientFormTheme>
IClientFormThemeDao. allByClient(IEntityContext ec, Mandant client)
Finds all client form themes that are owned by the given client.List<ClientFormTheme>
IClientFormThemeDao. getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme)
Finds all form versions that are associated with the given form theme.List<ClientFormTheme>
IClientFormThemeDao. getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey)
Finds all form versions that are associated with a theme from the given form theme plugin.List<ClientFormTheme>
IClientFormThemeDao. getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences)
Gets a list ofclient form themes
from the given client that correspond to the givenform theme references
.Methods in de.xima.fc.dao.interfaces with parameters of type ClientFormTheme Modifier and Type Method Description String
IClientFormThemeDao. findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude)
Finds a new unique name for a (new) given client form theme.List<ClientFormThemeFile>
IClientFormThemeDao. getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme)
Reads all files contained in the given form theme. -
Uses of ClientFormTheme in de.xima.fc.entities
Methods in de.xima.fc.entities that return ClientFormTheme Modifier and Type Method Description ClientFormTheme
ClientFormTheme. cloneBasics()
Creates a copy of this client form theme, with all basic field (i.e.ClientFormTheme
ClientFormThemeFile. getBaseEntity()
Methods in de.xima.fc.entities with parameters of type ClientFormTheme Modifier and Type Method Description void
ClientFormThemeFile. setBaseEntity(ClientFormTheme baseEntity)
-
Uses of ClientFormTheme in de.xima.fc.gui.bean.form_theme
Methods in de.xima.fc.gui.bean.form_theme with parameters of type ClientFormTheme Modifier and Type Method Description void
FormThemeDeletionBean. onDeleteSingle(ClientFormTheme item)
When the user clicked on the button to delete a particular client form theme. -
Uses of ClientFormTheme in de.xima.fc.gui.model.form_theme
Methods in de.xima.fc.gui.model.form_theme that return ClientFormTheme Modifier and Type Method Description ClientFormTheme
FormThemeEditModeSimpleModel. getNew()
Methods in de.xima.fc.gui.model.form_theme with parameters of type ClientFormTheme Modifier and Type Method Description static FormThemeFileEntry
FormThemeFileEntry. ofClientFormThemeFile(ClientFormTheme theme, String context, String filePath)
Creates a file key for the givenresource context
andfile path
.static FormThemeFileEntry
FormThemeFileEntry. ofVolumeAndPath(ClientFormTheme theme, String path)
Creates a file key for the given volume and path.void
FormThemeEditModeSimpleModel. recreateSelectionModel(ClientFormTheme clientFormTheme)
static FormThemeFileEntry
FormThemeFileEntry. root(ClientFormTheme theme)
Get theroot
file key for the volume represented by the given client form theme.void
FormThemeEditModeSimpleModel. setSelected(ClientFormTheme clientFormTheme)
static String
FormThemeFileEntry. themeToVolumeId(ClientFormTheme theme)
Gets the volume ID for the given client form theme.Method parameters in de.xima.fc.gui.model.form_theme with type arguments of type ClientFormTheme Modifier and Type Method Description static FormThemeDeletionModel
FormThemeDeletionModel. forThemes(IEntityContext ec, Mandant client, Locale locale, List<ClientFormTheme> themesToDelete)
Creates the model for the given themes to be deleted.void
FormThemeEditModeSimpleModel. onSelected(ISerializableConsumer<ClientFormTheme> onSelected)
Sets the callback to invoke when the selection changed.Constructors in de.xima.fc.gui.model.form_theme with parameters of type ClientFormTheme Constructor Description BaseFormThemeSelectionModel(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme clientFormTheme)
FormThemeView(ClientFormTheme theme)
Creates a new POJO view of aClientFormTheme
with the data from the given client form theme. -
Uses of ClientFormTheme in de.xima.fc.importer.config
Methods in de.xima.fc.importer.config that return ClientFormTheme Modifier and Type Method Description protected ClientFormTheme
ClientFormThemeImportConfig. findPersisted(IEntityContext ec)
Methods in de.xima.fc.importer.config that return types with arguments of type ClientFormTheme Modifier and Type Method Description protected IGenericDao<ClientFormTheme>
ClientFormThemeImportConfig. getDao()
Constructor parameters in de.xima.fc.importer.config with type arguments of type ClientFormTheme Constructor Description ClientFormThemeImportConfig(IEntityImportConfigData<ClientFormTheme> data)
Creates a new entity import configuration for a client form theme, initialized with the given import data. -
Uses of ClientFormTheme in de.xima.fc.logic.form_theme
Methods in de.xima.fc.logic.form_theme that return types with arguments of type ClientFormTheme Modifier and Type Method Description List<ClientFormTheme>
ClientFormThemeUsages. asParentClientFormTheme()
Gets all client form themes that use the form theme as their parent.Methods in de.xima.fc.logic.form_theme with parameters of type ClientFormTheme Modifier and Type Method Description static List<javax.faces.model.SelectItem>
FormThemeUiHelper. createParentThemeOptions(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme targetTheme)
Creates a list of options representing the parent themes that can be selected for the current theme.static List<com.alibaba.fastjson.JSONObject>
FormThemeUiHelper. createParentThemeOptionsJson(IEntityContext ec, Mandant client, Locale locale, ClientFormTheme targetTheme)
Creates a list of options representing the parent themes that can be selected for the current theme. -
Uses of ClientFormTheme in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientFormTheme Modifier and Type Method Description static ClientFormTheme
EntityDummyFactory. dummyClientFormTheme(Mandant client, String name)
Creates a new, unsaved client form theme with the given name.static ClientFormTheme
EntityDummyFactory. dummyClientFormTheme(Mandant client, String name, FormThemeReference parent)
Creates a new, unsaved client form theme with the given name and the given parent theme.static ClientFormTheme
EntityDummyFactory. dummyClientFormTheme(Mandant client, String name, FormThemeReference parent, Map<String,?> files)
Creates a new, unsaved client form theme with the given name and the given parent theme.
-