Uses of Class
com.logicaldoc.core.generic.Generic
Packages that use Generic
Package
Description
Contains the definitions of 
Generic that
 is a persistent object used as a general way to store informations in the
 databaseDefinition of the User object and ancillary objects
- 
Uses of Generic in com.logicaldoc.core.genericMethods in com.logicaldoc.core.generic that return GenericModifier and TypeMethodDescriptionGenericDAO.findByAlternateKey(String type, String subtype, Long qualifier, long tenantId) Finds a Generic by it's alternate keyHibernateGenericDAO.findByAlternateKey(String type, String subtype, Long qualifier, long tenantId) Methods in com.logicaldoc.core.generic that return types with arguments of type GenericModifier and TypeMethodDescriptionGenericDAO.findByTypeAndSubtype(String type, String subtype, Long qualifier, Long tenantId) Finds a Generic by it's alternate key.HibernateGenericDAO.findByTypeAndSubtype(String type, String subtype, Long qualifier, Long tenantId) Methods in com.logicaldoc.core.generic with parameters of type Generic
- 
Uses of Generic in com.logicaldoc.core.security.userMethods in com.logicaldoc.core.security.user that return types with arguments of type GenericModifier and TypeMethodDescriptionHibernateUserDAO.findUserSettings(long userId, String namePrefix) UserDAO.findUserSettings(long userId, String namePrefix) Retrieves the settings for a user.