Uses of Class
org.esupportail.portal.channels.CStockage.spacesPersonalization.DirectorySharingProperties

Packages that use DirectorySharingProperties
org.esupportail.portal.channels.CStockage   
org.esupportail.portal.channels.CStockage.config   
 

Uses of DirectorySharingProperties in org.esupportail.portal.channels.CStockage
 

Methods in org.esupportail.portal.channels.CStockage with parameters of type DirectorySharingProperties
private static java.lang.StringBuffer CStockageAdministration.getSpaceUsersAndGroupsXml(DirectorySharingProperties sharingProperties)
          Get the XML for the users ans groups
 

Uses of DirectorySharingProperties in org.esupportail.portal.channels.CStockage.config
 

Fields in org.esupportail.portal.channels.CStockage.config declared as DirectorySharingProperties
private  DirectorySharingProperties Space.targetsOfSharing
          The sharing directory properties of the current space
 

Methods in org.esupportail.portal.channels.CStockage.config that return DirectorySharingProperties
 DirectorySharingProperties Space.getTargetsOfSharing()
           
 

Methods in org.esupportail.portal.channels.CStockage.config with parameters of type DirectorySharingProperties
 void Space.setTargetsOfSharing(DirectorySharingProperties targetsOfSharing)