uk.ac.soton.itinnovation.grid.service.dataresource.beans
Class DataResourceDAO<Type extends DataResourceBean>
java.lang.Object
uk.ac.soton.itinnovation.grid.service.dataresource.beans.BaseHibernateDAO<Type>
uk.ac.soton.itinnovation.grid.service.dataresource.beans.DataResourceDAO<Type>
- Direct Known Subclasses:
- OgsaDaiDataResourceDAO
public abstract class DataResourceDAO<Type extends DataResourceBean>
- extends BaseHibernateDAO<Type>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataResourceDAO
public DataResourceDAO()
create
public Type create(StorableInStateRepository managingConversation,
String label,
boolean createdByService,
Map<String,String> attributes)
setupBean
protected final void setupBean(boolean createdByService,
Map<String,String> attributes,
Type bean)
- Parameters:
createdByService - attributes - bean -
findAll
public List<Type> findAll()
findByID
public Type findByID(String resourceID)
findByPBACRole
public List<Type> findByPBACRole(SubjectDescription subject,
String additionalRoleName)
throws RemoteException
- Throws:
RemoteException
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.