org.iternine.jeppetto.test
Interface AccessControlTestDAO

All Superinterfaces:
AccessControllable<String>, GenericDAO<SimpleObject,String>

public interface AccessControlTestDAO
extends GenericDAO<SimpleObject,String>, AccessControllable<String>


Method Summary
 List<SimpleObject> findByHavingRelatedObjectSetWithRelatedStringValue(String value)
           
 List<SimpleObject> findByOrderById()
           
 List<SimpleObject> getByIntValueLessThan(int intValue)
           
 List<SimpleObject> getByIntValueLessThanSpecifyingContext(int intValue, AccessControlContext accessControlContext)
           
 List<SimpleObject> getByIntValueLessThanUsingAdministratorRole(int intValue)
           
 List<SimpleObject> getByIntValueLessThanUsingBogusRole(int intValue)
           
 
Methods inherited from interface org.iternine.jeppetto.dao.GenericDAO
delete, deleteById, findAll, findById, flush, save
 
Methods inherited from interface org.iternine.jeppetto.dao.AccessControllable
getAccessControlContextProvider, getAccessIds, grantAccess, revokeAccess
 

Method Detail

findByOrderById

List<SimpleObject> findByOrderById()

findByHavingRelatedObjectSetWithRelatedStringValue

List<SimpleObject> findByHavingRelatedObjectSetWithRelatedStringValue(String value)

getByIntValueLessThan

List<SimpleObject> getByIntValueLessThan(int intValue)

getByIntValueLessThanSpecifyingContext

List<SimpleObject> getByIntValueLessThanSpecifyingContext(int intValue,
                                                          AccessControlContext accessControlContext)

getByIntValueLessThanUsingAdministratorRole

List<SimpleObject> getByIntValueLessThanUsingAdministratorRole(int intValue)

getByIntValueLessThanUsingBogusRole

List<SimpleObject> getByIntValueLessThanUsingBogusRole(int intValue)


Copyright © 2011. All Rights Reserved.