Uses of Class
com.logicaldoc.core.generic.Generic
-
Packages that use Generic Package Description com.logicaldoc.core.generic Contains the definitions ofGeneric
that is a persistent object used as a general way to store informations in the databasecom.logicaldoc.core.security.dao -
-
Uses of Generic in com.logicaldoc.core.generic
Methods in com.logicaldoc.core.generic that return Generic Modifier and Type Method Description Generic
GenericDAO. findByAlternateKey(String type, String subtype, Long qualifier, long tenantId)
Finds a Generic by it's alternate keyGeneric
HibernateGenericDAO. findByAlternateKey(String type, String subtype, Long qualifier, long tenantId)
Methods in com.logicaldoc.core.generic that return types with arguments of type Generic Modifier and Type Method Description List<Generic>
GenericDAO. findByTypeAndSubtype(String type, String subtype, Long qualifier, Long tenantId)
Finds a Generic by it's alternate key.List<Generic>
HibernateGenericDAO. findByTypeAndSubtype(String type, String subtype, Long qualifier, Long tenantId)
Methods in com.logicaldoc.core.generic with parameters of type Generic Modifier and Type Method Description int
Generic. compareTo(Generic o)
void
HibernateGenericDAO. initialize(Generic generic)
boolean
HibernateGenericDAO. store(Generic entity)
-
Uses of Generic in com.logicaldoc.core.security.dao
Methods in com.logicaldoc.core.security.dao that return types with arguments of type Generic Modifier and Type Method Description Map<String,Generic>
HibernateUserDAO. findUserSettings(long userId, String namePrefix)
Map<String,Generic>
UserDAO. findUserSettings(long userId, String namePrefix)
Retrieves the settings for a user.
-