Uses of Class
com.logicaldoc.core.generic.Generic
-
Packages that use Generic Package Description com.logicaldoc.core.generic Contains the definitions ofGenericthat 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 GenericGenericDAO. findByAlternateKey(String type, String subtype, Long qualifier, long tenantId)Finds a Generic by it's alternate keyGenericHibernateGenericDAO. 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 intGeneric. compareTo(Generic o)voidHibernateGenericDAO. initialize(Generic generic)voidHibernateGenericDAO. 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.
-