Uses of Class
com.hyperion.css.CSSEntityAlreadyExistsException

Packages that use CSSEntityAlreadyExistsException
com.hyperion.css   
 

Uses of CSSEntityAlreadyExistsException in com.hyperion.css
 

Methods in com.hyperion.css that throw CSSEntityAlreadyExistsException
 void CSSDirectoryManagementAPIIF.addDelegatedList(java.util.Map context, CSSPrincipalIF principal, CSSDelegatedListIF delegatedList)
           Adds the specified delegated list to the native directory.
 void CSSDirectoryManagementAPIIF.addNativeGroup(java.util.Map context, CSSPrincipalIF principal, CSSNativeGroupIF group)
           Adds a group to the native directory.
 void CSSDirectoryManagementAPIIF.addNativeRole(java.util.Map context, CSSPrincipalIF principal, CSSNativeRoleIF role)
           Adds an aggregated role to the native directory.
 void CSSDirectoryManagementAPIIF.addNativeUser(java.util.Map context, CSSPrincipalIF principal, CSSNativeUserIF user)
           Adds a user to the native directory.
 CSSNativeRoleIF CSSDirectoryManagementAPIIF.getNativeRoleInstance(java.util.Map context, CSSPrincipalIF principal, java.lang.String productType)
           Returns an instance of a CSSNativeRoleIF for the purposes of creation of a role.
 void CSSDirectoryManagementAPIIF.updateDelegatedList(java.util.Map context, CSSPrincipalIF principal, java.lang.String oldName, CSSDelegatedListIF delegatedList)
           Updates the specified delegated list in the native directory.
 void CSSDirectoryManagementAPIIF.updateNativeGroup(java.util.Map context, CSSPrincipalIF principal, CSSNativeGroupIF group)
           Updates the native group.
 void CSSDirectoryManagementAPIIF.updateNativeRole(java.util.Map context, CSSPrincipalIF principal, CSSNativeRoleIF role)
           Updates the native role.
 void CSSDirectoryManagementAPIIF.updateNativeUser(java.util.Map context, CSSPrincipalIF principal, CSSNativeUserIF user)
           Updates the native user.
 



Copyright © 2005-2009 Oracle Corporation.