Uses of Class
org.alfresco.repo.domain.patch.AppliedPatchEntity
-
Packages that use AppliedPatchEntity Package Description org.alfresco.repo.domain.patch org.alfresco.repo.domain.patch.ibatis -
-
Uses of AppliedPatchEntity in org.alfresco.repo.domain.patch
Methods in org.alfresco.repo.domain.patch that return AppliedPatchEntity Modifier and Type Method Description protected abstract AppliedPatchEntityAbstractAppliedPatchDAOImpl. getAppliedPatchEntity(java.lang.String id)Methods in org.alfresco.repo.domain.patch that return types with arguments of type AppliedPatchEntity Modifier and Type Method Description protected abstract java.util.List<AppliedPatchEntity>AbstractAppliedPatchDAOImpl. getAppliedPatchEntities()Methods in org.alfresco.repo.domain.patch with parameters of type AppliedPatchEntity Modifier and Type Method Description protected abstract voidAbstractAppliedPatchDAOImpl. createAppliedPatchEntity(AppliedPatchEntity entity)protected abstract voidAbstractAppliedPatchDAOImpl. updateAppliedPatchEntity(AppliedPatchEntity appliedPatch) -
Uses of AppliedPatchEntity in org.alfresco.repo.domain.patch.ibatis
Methods in org.alfresco.repo.domain.patch.ibatis that return AppliedPatchEntity Modifier and Type Method Description protected AppliedPatchEntityAppliedPatchDAOImpl. getAppliedPatchEntity(java.lang.String id)Methods in org.alfresco.repo.domain.patch.ibatis that return types with arguments of type AppliedPatchEntity Modifier and Type Method Description protected java.util.List<AppliedPatchEntity>AppliedPatchDAOImpl. getAppliedPatchEntities()Methods in org.alfresco.repo.domain.patch.ibatis with parameters of type AppliedPatchEntity Modifier and Type Method Description protected voidAppliedPatchDAOImpl. createAppliedPatchEntity(AppliedPatchEntity entity)voidAppliedPatchDAOImpl. updateAppliedPatchEntity(AppliedPatchEntity appliedPatch)
-