|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceVersionDao
Data access interface for ResourceVersion business objects.
Method Summary | |
---|---|
ResourceVersion |
getResourceVersion(long id)
Retrieve a ResourceVersion using its identifier |
ResourceVersion |
getResourceVersion(java.lang.String name)
Retrieve a ResourceVersion using its name |
java.util.List |
getResourceVersionsByType(AbstractResourceType type)
Retrieve all ResourceVersions corresponding to a specified type of resources |
Methods inherited from interface org.figure8.join.core.persistence.ObjectDao |
---|
findAll, findAllSorted, getPersistentClass, initialize, initializeAssociation, isInitialized, refresh, remove, replicate, save |
Method Detail |
---|
ResourceVersion getResourceVersion(long id)
id
- The unique identifier of this resource version
ResourceVersion getResourceVersion(java.lang.String name)
name
- The name of ResourceVersion to retrieve
java.util.List getResourceVersionsByType(AbstractResourceType type)
type
- The resource type of ResourceVersions to retrieve (only persistent types are supported at that time)
ResourceVersion
corresponding to this type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |