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 ClientFormThemeClientFormThemeDao. byName(IEntityContext ec, Mandant client, String name)ClientFormThemeClientFormThemeDao. byName(IEntityContext ec, UUID clientUuid, String name)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, long clientId, String uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, long clientId, UUID uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, String uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, UUID uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, String uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, UUID uuid)ClientFormThemeClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, String uuid)ClientFormThemeClientFormThemeDao. 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 StringClientFormThemeDao. 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 ClientFormThemeIClientFormThemeDao. byName(IEntityContext ec, Mandant client, String name)Fetches theClientFormThemewith the given name from the given client.ClientFormThemeIClientFormThemeDao. byName(IEntityContext ec, UUID clientUuid, String name)Fetches theClientFormThemewith the given name from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, long clientId, String uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, long clientId, UUID uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, String uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, Mandant client, UUID uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, String uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, String clientUuid, UUID uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, String uuid)Fetches theClientFormThemewith the given UUID from the given client.ClientFormThemeIClientFormThemeDao. byUuid(IEntityContext ec, UUID clientUuid, UUID uuid)Fetches theClientFormThemewith 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 themesfrom 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 StringIClientFormThemeDao. 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 ClientFormThemeClientFormTheme. cloneBasics()Creates a copy of this client form theme, with all basic field (i.e.ClientFormThemeClientFormThemeFile. getBaseEntity()Methods in de.xima.fc.entities with parameters of type ClientFormTheme Modifier and Type Method Description voidClientFormThemeFile. 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 voidFormThemeDeletionBean. 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 ClientFormThemeFormThemeEditModeSimpleModel. getNew()Methods in de.xima.fc.gui.model.form_theme with parameters of type ClientFormTheme Modifier and Type Method Description static FormThemeFileEntryFormThemeFileEntry. ofClientFormThemeFile(ClientFormTheme theme, String context, String filePath)Creates a file key for the givenresource contextandfile path.static FormThemeFileEntryFormThemeFileEntry. ofVolumeAndPath(ClientFormTheme theme, String path)Creates a file key for the given volume and path.voidFormThemeEditModeSimpleModel. recreateSelectionModel(ClientFormTheme clientFormTheme)static FormThemeFileEntryFormThemeFileEntry. root(ClientFormTheme theme)Get therootfile key for the volume represented by the given client form theme.voidFormThemeEditModeSimpleModel. setSelected(ClientFormTheme clientFormTheme)static StringFormThemeFileEntry. 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 FormThemeDeletionModelFormThemeDeletionModel. forThemes(IEntityContext ec, Mandant client, Locale locale, List<ClientFormTheme> themesToDelete)Creates the model for the given themes to be deleted.voidFormThemeEditModeSimpleModel. 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 aClientFormThemewith 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 ClientFormThemeClientFormThemeImportConfig. 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 ClientFormThemeEntityDummyFactory. dummyClientFormTheme(Mandant client, String name)Creates a new, unsaved client form theme with the given name.static ClientFormThemeEntityDummyFactory. dummyClientFormTheme(Mandant client, String name, FormThemeReference parent)Creates a new, unsaved client form theme with the given name and the given parent theme.static ClientFormThemeEntityDummyFactory. 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. 
 -