Uses of Class
com.sapportals.portal.appintegrator.psid.NoSuchPSIDGeneratorException

Packages that use NoSuchPSIDGeneratorException
com.sapportals.portal.appintegrator.psid   
 

Uses of NoSuchPSIDGeneratorException in com.sapportals.portal.appintegrator.psid
 

Methods in com.sapportals.portal.appintegrator.psid that throw NoSuchPSIDGeneratorException
 void IPSIDService.unregisterPSIDGenerator(java.lang.String key)
          Unregisters the generator that is known by the IPSIDService under the given key.
 IPSIDGenerator IPSIDService.getPSIDGeneratorForKey(java.lang.String key)
          Returns the IPSIDGenerator that is registered under the given key.
 IPSIDGenerator IPSIDGenerator.getSubPSIDGenerator(java.lang.String key)
          Returns a nested (sub-) PSID Generator for the given key The purpose of this method is, that a PSID Generator can offer different PSID generation methods under the same top level id, like MYPSID.METHOD1 and MYPSID.METHOD2 if there is no sub PSID Generator available for the given key, the method should return null.