Uses of Class
de.xima.fc.entities.ClientFormTheme
Packages that use ClientFormTheme
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of ClientFormTheme in de.xima.fc.api.entity
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingClientFormThemeentities. -
Uses of ClientFormTheme in de.xima.fc.dao.impl
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofIClientFormThemeDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return ClientFormThemeModifier and TypeMethodDescriptionClientFormThemeDao.byName(IEntityContext ec, Mandant client, String name) ClientFormThemeDao.byName(IEntityContext ec, UUID clientUuid, String name) ClientFormThemeDao.byUuid(IEntityContext ec, long clientId, String uuid) ClientFormThemeDao.byUuid(IEntityContext ec, long clientId, UUID uuid) ClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, String uuid) ClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, UUID uuid) ClientFormThemeDao.byUuid(IEntityContext ec, String clientUuid, String uuid) ClientFormThemeDao.byUuid(IEntityContext ec, String clientUuid, UUID uuid) ClientFormThemeDao.byUuid(IEntityContext ec, UUID clientUuid, String uuid) ClientFormThemeDao.byUuid(IEntityContext ec, UUID clientUuid, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type ClientFormThemeModifier and TypeMethodDescriptionClientFormThemeDao.allByClient(IEntityContext ec, Mandant client) ClientFormThemeDao.getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) ClientFormThemeDao.getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) ClientFormThemeDao.getByThemeReferences(IEntityContext ec, Mandant client, Set<FormThemeReference> themeReferences) Methods in de.xima.fc.dao.impl with parameters of type ClientFormThemeModifier and TypeMethodDescriptionClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude) ClientFormThemeDao.getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme) -
Uses of ClientFormTheme in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type ClientFormTheme in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceData access object for creating, updating, and deletingClientFormThemeentities.Methods in de.xima.fc.dao.interfaces that return ClientFormThemeModifier and TypeMethodDescriptionIClientFormThemeDao.byName(IEntityContext ec, Mandant client, String name) Fetches theClientFormThemewith the given name from the given client.IClientFormThemeDao.byName(IEntityContext ec, UUID clientUuid, String name) Fetches theClientFormThemewith the given name from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, long clientId, String uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, long clientId, UUID uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, String uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, Mandant client, UUID uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, String clientUuid, String uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, String clientUuid, UUID uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.byUuid(IEntityContext ec, UUID clientUuid, String uuid) Fetches theClientFormThemewith the given UUID from the given client.IClientFormThemeDao.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 ClientFormThemeModifier and TypeMethodDescriptionIClientFormThemeDao.allByClient(IEntityContext ec, Mandant client) Finds all client form themes that are owned by the given client.IClientFormThemeDao.getByParentFormTheme(IEntityContext ec, Mandant client, FormThemeReference formTheme) Finds all form versions that are associated with the given form theme.IClientFormThemeDao.getByParentFormThemePlugin(IEntityContext ec, Mandant client, String formThemePluginKey) Finds all form versions that are associated with a theme from the given form theme plugin.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 ClientFormThemeModifier and TypeMethodDescriptionIClientFormThemeDao.findUniqueName(IEntityContext ec, Mandant client, String candidateName, ClientFormTheme exclude) Finds a new unique name for a (new) given client form theme.IClientFormThemeDao.getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme) Reads all files contained in the given form theme. -
Uses of ClientFormTheme in de.xima.fc.entities
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.entitiesModifier and TypeClassDescriptionclassEntity model for the metadata of a file from aClientFormTheme.Methods in de.xima.fc.entities that return ClientFormThemeModifier and TypeMethodDescriptionClientFormTheme.cloneBasics()Creates a copy of this client form theme, with all basic field (i.e. without referenced entities) copied.ClientFormThemeFile.getBaseEntity()Methods in de.xima.fc.entities with parameters of type ClientFormThemeModifier and TypeMethodDescriptionvoidClientFormThemeFile.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 ClientFormThemeModifier and TypeMethodDescriptionvoidFormThemeDeletionBean.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
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.gui.model.form_themeModifier and TypeClassDescriptionfinal classImplementation of the list model for the client form themes, when the edit mode is set toSIMPLE.Methods in de.xima.fc.gui.model.form_theme that return ClientFormThemeMethods in de.xima.fc.gui.model.form_theme with parameters of type ClientFormThemeModifier and TypeMethodDescriptionstatic 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 ClientFormThemeModifier and TypeMethodDescriptionstatic 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 ClientFormThemeModifierConstructorDescriptionprotectedBaseFormThemeSelectionModel(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.gui.validator.name
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.gui.validator.nameModifier and TypeClassDescriptionclassValidator that ensures the name of aClientFormThemeis unique amongst all other themes of the sameclient. -
Uses of ClientFormTheme in de.xima.fc.importer.config
Subclasses with type arguments of type ClientFormTheme in de.xima.fc.importer.configMethods in de.xima.fc.importer.config that return ClientFormThemeModifier and TypeMethodDescriptionprotected ClientFormThemeClientFormThemeImportConfig.findPersisted(IEntityContext ec) Methods in de.xima.fc.importer.config that return types with arguments of type ClientFormThemeModifier and TypeMethodDescriptionprotected IGenericDao<ClientFormTheme> ClientFormThemeImportConfig.getDao()Constructor parameters in de.xima.fc.importer.config with type arguments of type ClientFormThemeModifierConstructorDescriptionCreates 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 ClientFormThemeModifier and TypeMethodDescriptionClientFormThemeUsages.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 ClientFormThemeModifier and TypeMethodDescriptionstatic 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 ClientFormThemeModifier and TypeMethodDescriptionstatic 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.