Uses of Class
com.logicaldoc.core.generic.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.generic
Modifier 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) Modifier 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) -
Uses of Generic in com.logicaldoc.core.security.user
Modifier and TypeMethodDescriptionHibernateUserDAO.findUserSettings
(long userId, String namePrefix) UserDAO.findUserSettings
(long userId, String namePrefix) Retrieves the settings for a user.