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
database-
Uses of Generic in com.logicaldoc.core.generic
Methods 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.dao
Methods in com.logicaldoc.core.security.dao 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.