Uses of Class
org.liquidsite.core.content.PermissionList

Packages that use PermissionList
org.liquidsite.core.content   
 

Uses of PermissionList in org.liquidsite.core.content
 

Methods in org.liquidsite.core.content that return PermissionList
 PermissionList ContentManager.getPermissions(Domain domain)
          Returns the permission list applicable to a domain object.
 PermissionList ContentManager.getPermissions(Content content, boolean inherit)
          Returns the permission list applicable to a content object.
 PermissionList Domain.getPermissions()
          Returns the permission list applicable to this domain object.
 PermissionList Content.getPermissions(boolean inherit)
          Returns the permission list applicable to this content object.
 

Methods in org.liquidsite.core.content with parameters of type PermissionList
 boolean PermissionList.equals(PermissionList obj)
          Checks if this permission list equals another object.