|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionedResourceUpdateDao
Data access interface for VersionedResourceUpdate business objects.
Method Summary | |
---|---|
VersionedResourceUpdate |
getVersionedResourceUpdate(long id)
Retrieve the VersionedResourceUpdate having this identifier |
VersionedResourceUpdate |
getVersionedResourceUpdateForResource(VersionedResource resource,
java.util.Date date)
Retrieve the resource update for a resource that was active at specified date |
java.util.List |
getVersionedResourceUpdatesForResource(VersionedResource resource,
java.util.Date startDate,
java.util.Date endDate)
Retrieve a list of resource updates done onto a resource during a specified interval |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
VersionedResourceUpdate getVersionedResourceUpdate(long id)
id
- The unique identifier of update to retrieve
VersionedResourceUpdate getVersionedResourceUpdateForResource(VersionedResource resource, java.util.Date date)
resource
- The VersionedResource to retrieve update fordate
- The date to retrieve active update
VersionedResourceUpdate
at datejava.util.List getVersionedResourceUpdatesForResource(VersionedResource resource, java.util.Date startDate, java.util.Date endDate)
resource
- The VersionedResource to retrieve updates forstartDate
- The starting date of time interval to searchendDate
- The ending date of time interval to search
VersionedResourceUpdate
objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |