Uses of Class
com.jamasoftware.contour.domain.AclObject

Packages that use AclObject
com.jamasoftware.contour.dao   
com.jamasoftware.contour.domain Classes for domain objects. 
 

Uses of AclObject in com.jamasoftware.contour.dao
 

Methods in com.jamasoftware.contour.dao that return AclObject
 AclObject AclObjectDao.getAclObject(java.lang.Integer aclObjectId)
           
 AclObject AclObjectDao.getAclObjectByIdentity(java.lang.String identity)
           
 AclObject AclObjectDao.getAclObjectByIdentityAndSubObject(java.lang.String identity, java.lang.String subObject)
           
 

Methods in com.jamasoftware.contour.dao that return types with arguments of type AclObject
 java.util.List<AclObject> AclObjectDao.getAclObjectList()
           
 

Methods in com.jamasoftware.contour.dao with parameters of type AclObject
 void AclObjectDao.deletAclObject(AclObject aclObject)
           
 void AclObjectDao.saveAclObject(AclObject aclObject)
           
 

Uses of AclObject in com.jamasoftware.contour.domain
 

Methods in com.jamasoftware.contour.domain that return AclObject
 AclObject AclPermission.getAclObject()
          Deprecated.  
 

Methods in com.jamasoftware.contour.domain with parameters of type AclObject
 void AclPermission.setAclObject(AclObject aclObject)
          Deprecated.  
 



Copyright (c) 2010 Jama Software, Inc. All Rights Reserved.