Uses of Interface
org.alfresco.repo.domain.patch.PatchDAO
-
Packages that use PatchDAO Package Description org.alfresco.repo.admin.patch.impl org.alfresco.repo.domain.patch org.alfresco.repo.domain.patch.ibatis org.alfresco.repo.security.authentication -
-
Uses of PatchDAO in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl that return PatchDAO Modifier and Type Method Description PatchDAOAliasableAspectPatch. getPatchDAO()Methods in org.alfresco.repo.admin.patch.impl with parameters of type PatchDAO Modifier and Type Method Description voidAliasableAspectPatch. setPatchDAO(PatchDAO patchDAO)voidFixPersonSizeCurrentTypePatch. setPatchDAO(PatchDAO patchDAO)voidGenericDeleteAspectForTypePatch. setPatchDAO(PatchDAO patchDAO)voidGenericMimetypeRenamePatch. setPatchDAO(PatchDAO patchDAO)voidImapUnsubscribedAspectPatch. setPatchDAO(PatchDAO patchDAO)voidQNamePatch. setPatchDAO(PatchDAO patchDAO)voidSurfConfigFolderPatch. setPatchDAO(PatchDAO patchDAO) -
Uses of PatchDAO in org.alfresco.repo.domain.patch
Classes in org.alfresco.repo.domain.patch that implement PatchDAO Modifier and Type Class Description classAbstractPatchDAOImplAbstract implementation for Patch DAO. -
Uses of PatchDAO in org.alfresco.repo.domain.patch.ibatis
Classes in org.alfresco.repo.domain.patch.ibatis that implement PatchDAO Modifier and Type Class Description classPatchDAOImpliBatis-specific implementation of the PatchDAO.static classPatchDAOImpl.OracleOracle-specific DAOstatic classPatchDAOImpl.PostgreSQLPostgreSQL-specific DAO -
Uses of PatchDAO in org.alfresco.repo.security.authentication
Methods in org.alfresco.repo.security.authentication with parameters of type PatchDAO Modifier and Type Method Description voidUpgradePasswordHashWorker. setPatchDAO(PatchDAO patchDAO)
-