org.jboss.cdi.tck.tests.extensions.lifecycle.bbd
Class DataAccessAuthorizationDecorator
java.lang.Object
org.jboss.cdi.tck.tests.extensions.lifecycle.bbd.DataAccessAuthorizationDecorator
- All Implemented Interfaces:
- DataAccess
@Decorator
public class DataAccessAuthorizationDecorator
- extends Object
- implements DataAccess
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataAccessAuthorizationDecorator
public DataAccessAuthorizationDecorator()
save
public void save()
- Specified by:
save in interface DataAccess
delete
public void delete()
- Specified by:
delete in interface DataAccess
getDataType
public Class<?> getDataType()
- Specified by:
getDataType in interface DataAccess
getId
public Object getId()
- Specified by:
getId in interface DataAccess
load
public Object load(Object id)
- Specified by:
load in interface DataAccess
Copyright © 2008-2013 Seam Framework. All Rights Reserved.