org.iternine.jeppetto.test
Interface AccessControlTestDAO
- All Superinterfaces:
- AccessControllable<String>, GenericDAO<SimpleObject,String>
public interface AccessControlTestDAO
- extends GenericDAO<SimpleObject,String>, AccessControllable<String>
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.