Uses of Class
de.xima.fc.entities.ClientFormThemeFile
Packages that use ClientFormThemeFile
Package
Description
Package für Datenbankentitäten
-
Uses of ClientFormThemeFile in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientFormThemeFileModifier and TypeMethodDescriptionClientFormThemeDao.getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme) -
Uses of ClientFormThemeFile in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type ClientFormThemeFileModifier and TypeMethodDescriptionIClientFormThemeDao.getFilesByFormTheme(IEntityContext ec, ClientFormTheme clientFormTheme) Reads all files contained in the given form theme. -
Uses of ClientFormThemeFile in de.xima.fc.entities
Subclasses with type arguments of type ClientFormThemeFile in de.xima.fc.entitiesModifier and TypeClassDescriptionclassEntity model for the data of a file from aClientFormTheme.Classes in de.xima.fc.entities that implement interfaces with type arguments of type ClientFormThemeFileMethods in de.xima.fc.entities that return ClientFormThemeFileModifier and TypeMethodDescriptionClientFormTheme.addOrReplaceFile(String resourceContext, String fileName, byte[] data, IUser user) Adds a file with the given context and file name to this theme.ClientFormThemeFile.cloneBasics()Creates a copy of this file, with only the basic metadata fields copied.Gets a file with the given file name from the given context, if such a file exists.ClientFormThemeFileData.getFileEntity()Methods in de.xima.fc.entities that return types with arguments of type ClientFormThemeFileModifier and TypeMethodDescriptionClientFormTheme.getFiles()Gets the list of files that are used by this form theme.ClientFormTheme.getFilesMapFlat()Creates a new, modifiable map that represents a snapshot of the currentfiles.ClientFormTheme.getFilesMapNested()Creates a new, modifiable map that represents a snapshot of the currentfiles.Methods in de.xima.fc.entities with parameters of type ClientFormThemeFileModifier and TypeMethodDescriptionClientFormThemeFile.ClientFormThemeFileId.ofFile(ClientFormThemeFile file) Creates a new ID for aClientFormThemeFilethat uniquely identifies that file in a particularClientFormTheme.voidClientFormThemeFileData.setFileEntity(ClientFormThemeFile fileEntity) Method parameters in de.xima.fc.entities with type arguments of type ClientFormThemeFileModifier and TypeMethodDescriptionvoidClientFormTheme.setFiles(List<ClientFormThemeFile> files) Sets the list of files that are used by this form theme. -
Uses of ClientFormThemeFile in de.xima.fc.gui.model.form_theme
Subclasses with type arguments of type ClientFormThemeFile in de.xima.fc.gui.model.form_themeModifier and TypeClassDescriptionfinal classMethods in de.xima.fc.gui.model.form_theme that return ClientFormThemeFileModifier and TypeMethodDescriptionprotected ClientFormThemeFileFormThemeFileViewPersistenceAdapter.newEntity()Methods in de.xima.fc.gui.model.form_theme with parameters of type ClientFormThemeFileModifier and TypeMethodDescriptionprotected voidFormThemeFileViewPersistenceAdapter.fillEmptyEntity(IEntityContext ec, ClientFormThemeFile entity, FormThemeFileView view) static FormThemeFileEntryFormThemeFileEntry.ofClientFormThemeFile(ClientFormThemeFile file) Creates a file key for the given client form theme file.Constructors in de.xima.fc.gui.model.form_theme with parameters of type ClientFormThemeFileModifierConstructorDescriptionCreates a new view for aClientFormThemeFilebased on the data of the given file. -
Uses of ClientFormThemeFile in de.xima.fc.logic.form_theme
Method parameters in de.xima.fc.logic.form_theme with type arguments of type ClientFormThemeFileModifier and TypeMethodDescriptionstatic booleanFormThemeUiHelper.checkHasNonStandardCssFiles(List<ClientFormThemeFile> files) Checks if any of the given files is a non-standard CSS file.static StringFormThemeUiHelper.getClientFormThemeFileAsPlainText(IEntityContext ec, List<ClientFormThemeFile> files, EFormThemeResourceContext resourceContext, String fileName) Gets the text content of the given client form theme file.