public interface AppliedPatchDAO
| Modifier and Type | Method and Description |
|---|---|
void |
createAppliedPatch(AppliedPatch appliedPatch)
Creates and saves a new instance of the patch.
|
AppliedPatch |
getAppliedPatch(String id)
Retrieve an existing patch
|
List<AppliedPatch> |
getAppliedPatches()
Get a list of all applied patches
|
List<AppliedPatch> |
getAppliedPatches(Date from,
Date to)
Get a list of all patches applied between the given dates.
|
void |
setAppliedOnDate(String id,
Date appliedOnDate)
Update the patch applied on date.
|
void |
updateAppliedPatch(AppliedPatch appliedPatch) |
void createAppliedPatch(AppliedPatch appliedPatch)
appliedPatch - the patchvoid updateAppliedPatch(AppliedPatch appliedPatch)
AppliedPatch getAppliedPatch(String id)
id - the patch unique IDList<AppliedPatch> getAppliedPatches()
List<AppliedPatch> getAppliedPatches(Date from, Date to)
from - the lower date limit or null to ignoreto - the upper date limit or null to ignoreCopyright © 2005–2018 Alfresco Software. All rights reserved.