|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPSIDGenerator | |
| com.sapportals.portal.appintegrator.psid | |
| Uses of IPSIDGenerator in com.sapportals.portal.appintegrator.psid |
| Methods in com.sapportals.portal.appintegrator.psid that return IPSIDGenerator | |
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. |
| Methods in com.sapportals.portal.appintegrator.psid with parameters of type IPSIDGenerator | |
void |
IPSIDService.registerPSIDGenerator(java.lang.String key,
IPSIDGenerator generator)
Registers the given generator for the given key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||