A B C D E F G H I K L M N O P R S T U V W

G

GeneralSetFromMap<S> - Class in com.senn.magic.collections
General superclass for any custom Set-implementation based on a Map.
GeneralSetFromMap(Map<S, ?>) - Constructor for class com.senn.magic.collections.GeneralSetFromMap
Constructor that builds the set from a Map.
GeneralUtils - Class in com.senn.magic.util
This class contains useful methods like conversion from an array to a List, etc.
generateDate(String) - Static method in class com.senn.magic.logging.SimpleLogger
Protected method that generates the current date in the format you supply
getAttributeMapping() - Method in class com.senn.magic.dctm.TypeConverter
 
getBitlyURL(String, String, String) - Static method in class com.senn.magic.util.WebUtils
This method shortens a provided url using the Bitly API.
getBytesFromFile(File) - Static method in class com.senn.magic.util.FileUtils
Returns the file (File object) as an array of bytes.
getChildDirectories() - Method in class com.senn.magic.io.Directory
Gets all the child-directories.
getChildDirectoriesAsFile() - Method in class com.senn.magic.io.Directory
Gets all the child-directories as File objects.
getChildFiles() - Method in class com.senn.magic.io.Directory
Gets all the child-files.
getCountryCodes() - Static method in class com.senn.magic.util.CountryUtils
Returns all countries with their corresponding code.
getDirectoryFile() - Method in class com.senn.magic.io.Directory
Gets the File object that represents the directory
getDirectoryFromFileName(String) - Static method in class com.senn.magic.util.FileUtils
Return name of the directory from a provided File's name.
getDummyContent(int) - Static method in class com.senn.magic.util.WebUtils
Provides dummy content for filling up a web page with dummy content.
getEncryptedPassword(String, boolean) - Method in class com.senn.magic.dctm.DfcProperties
Internal method that encrypts a password if necessary
getExtension(File) - Static method in class com.senn.magic.util.FileUtils
Get the extension of a File.
getExtension(String) - Static method in class com.senn.magic.util.FileUtils
Get the extension of a File for the specified path
getFileName(String) - Static method in class com.senn.magic.util.FileUtils
Return name of file without its extension.
getFilesInFolder(String, boolean, boolean) - Static method in class com.senn.magic.util.FileUtils
Return the list of files (File objects) in the specified folder path.
getFilesInFolder(File, boolean, boolean) - Static method in class com.senn.magic.util.FileUtils
Return the list of files (File objects) in the specified folder (File object).
getFilesInFolderByExtension(File, String, boolean, boolean) - Static method in class com.senn.magic.util.FileUtils
Return the list of files (File objects), with the specified extension, in the specified folder
getFilesInFolderByExtension(String, String, boolean, boolean) - Static method in class com.senn.magic.util.FileUtils
Return the list of files (File objects), with the specified extension, in the specified folder path.
getFillerText(int, String) - Static method in class com.senn.magic.util.StringUtils
Get a random filler text.
getGlobalRegistryPassword() - Method in class com.senn.magic.dctm.DfcProperties
Gets the encrypted global registry password
getGlobalRegistryRepository() - Method in class com.senn.magic.dctm.DfcProperties
Gets the global registry repository
getGlobalRegistryUser() - Method in class com.senn.magic.dctm.DfcProperties
Gets the global registry user
getHost() - Method in class com.senn.magic.dctm.DfcProperties
Gets the content server hostname
getImplClass() - Method in class com.senn.magic.collections.GeneralSetFromMap
Returns the class of the current Set-implementation
getInvalidMappings() - Method in exception com.senn.magic.dctm.TypeConverter.InvalidMappingException
 
getLocation() - Method in class com.senn.magic.dctm.DfcProperties
Gets the location where the dfc.properties should be located
getLocation() - Method in class com.senn.magic.logging.SimpleLogger
Gets the location of the logfile
getLogClass() - Method in class com.senn.magic.logging.SimpleLogger
Gets the class in which the logging occurs
getLogFile() - Method in class com.senn.magic.logging.SimpleLogger
Gets the file associated with the logfile
getMessage() - Method in exception com.senn.magic.dctm.TypeConverter.InvalidMappingException
 
getName() - Method in class com.senn.magic.io.Directory
Gets the name of the Directory.
getName() - Method in class com.senn.magic.logging.SimpleLogger
Gets the name of the logfile
getObject(String, DSSession) - Static method in class com.senn.magic.util.DSUtils
This method gets the object with the specified handle.
getOccurrences(String, String, boolean) - Static method in class com.senn.magic.util.StringUtils
Get the indexes of the occurrences of a certain String inside another String.
getOccurrencesCount(String, String, boolean) - Static method in class com.senn.magic.util.StringUtils
Get the amount of occurrences of a certain String inside another String.
getOptionalParams() - Method in class com.senn.magic.dctm.DfcProperties
Gets the map with all the optional parameters defined for this dfc.properties
getParameterCount(String) - Static method in class com.senn.magic.util.WebUtils
Counts how many request parameters a url contains
getParameterMap(String) - Static method in class com.senn.magic.util.WebUtils
Gets all the request parameters of a url with their values.
getParameterValue(String, String, boolean) - Static method in class com.senn.magic.util.WebUtils
Gets the value of the provided request parameter
getParent(IDfSysObject, IDfSession) - Static method in class com.senn.magic.util.DFCUtils
Gets the first parent of the provided IDfSysObject (= at position 0).
getParentAt(IDfSysObject, int, IDfSession) - Static method in class com.senn.magic.util.DFCUtils
Gets the parent of the provided IDfSysObject at the provided position.
getParentFolderName(File) - Static method in class com.senn.magic.util.FileUtils
Returns the name of the containing folder (e.g.: file is located in C:/headFolder/001/fileName.txt, then containing folder = 001)
getParents(IDfSysObject, IDfSession) - Static method in class com.senn.magic.util.DFCUtils
Gets all parents associated with the IDfSysObject.
getPort() - Method in class com.senn.magic.dctm.DfcProperties
Gets the content server port
getPrimitiveClass(Class) - Static method in class com.senn.magic.util.ReflectionUtils
Returns a primitive class for the provided wrapper.
getProtocol(String) - Static method in class com.senn.magic.util.WebUtils
Returns the protocol name of the provided url.
getSourceObject() - Method in class com.senn.magic.dctm.TypeConverter
 
getSysObject() - Method in class com.senn.magic.dctm.TypeConverter.TempSysObject
 
getTargetObjectType() - Method in class com.senn.magic.dctm.TypeConverter
 
getTinyURL(String) - Static method in class com.senn.magic.util.WebUtils
This method shortens a provided url using the TinyURL API.
getVersionLabels() - Method in class com.senn.magic.dctm.TypeConverter.TempSysObject
 
GLOBAL_REG_PASS_KEY - Static variable in class com.senn.magic.dctm.DfcProperties
key for the global registry password
GLOBAL_REG_REPO_KEY - Static variable in class com.senn.magic.dctm.DfcProperties
key for the global registry repository
GLOBAL_REG_USER_KEY - Static variable in class com.senn.magic.dctm.DfcProperties
key for the global registry user
globalRegistryPassword - Variable in class com.senn.magic.dctm.DfcProperties
 
globalRegistryRepository - Variable in class com.senn.magic.dctm.DfcProperties
 
globalRegistryUser - Variable in class com.senn.magic.dctm.DfcProperties
 

A B C D E F G H I K L M N O P R S T U V W