Uses of Class
com.hyperion.css.CSSOperationNotSupportedException

Packages that use CSSOperationNotSupportedException
com.hyperion.css   
com.hyperion.css.common   
 

Uses of CSSOperationNotSupportedException in com.hyperion.css
 

Methods in com.hyperion.css that throw CSSOperationNotSupportedException
 CSSUserIF CSSProviderIF.getUserByEmail(java.util.Map context, java.lang.String email)
           Get a user based on an email match.
 CSSUserIF[] CSSProviderIF.getUsersByName(java.util.Map context, java.lang.String firstName, java.lang.String lastName)
           Get a user based on a firstName and lastName match.
 

Uses of CSSOperationNotSupportedException in com.hyperion.css.common
 

Methods in com.hyperion.css.common that throw CSSOperationNotSupportedException
 void CSSNativeGroupIF.removeFromParentGroups(CSSPrincipalIF principal, java.lang.String[] groups)
          Removes the group from its parent groups.
 void CSSNativeGroupIF.removeGroupList(CSSPrincipalIF principal, java.lang.String[] groups)
          Removes group members from a group.
 void CSSNativeUserIF.removeGroupsList(CSSPrincipalIF principal, java.lang.String[] groups)
          Removes the user from parent groups.
 



Copyright © 2005-2009 Oracle Corporation.