com.retek.rsm.app.security.command
Class AppLaunchParameterFindCommand

java.lang.Object
  extended bycom.retek.command.AbstractCommand
      extended bycom.retek.command.EjbCommand
          extended bycom.retek.rsm.app.security.command.SecurityCommand
              extended bycom.retek.rsm.app.security.command.AppLaunchParameterFindCommand
All Implemented Interfaces:
Command

public class AppLaunchParameterFindCommand
extends SecurityCommand


Constructor Summary
AppLaunchParameterFindCommand(AppLaunchParameterSearchCriteria criteria, PublicKeyEncryptionStrategyVo publicEncryptionKey)
           
 
Method Summary
protected  void doExecute()
           
 java.util.Set getAppLaunchParameterVos()
           
 
Methods inherited from class com.retek.rsm.app.security.command.SecurityCommand
getBusinessObjectCoreService, getSecurityAdminCoreService, getSecurityCoreService, getSecurityDataAdminCoreService, getSecurityDisplayableReferenceService, getSystemCoreService
 
Methods inherited from class com.retek.command.EjbCommand
addPostExecutionRule, addPreExecutionRule, destroyServiceContext, execute, initServiceContext, isExecuted, processRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppLaunchParameterFindCommand

public AppLaunchParameterFindCommand(AppLaunchParameterSearchCriteria criteria,
                                     PublicKeyEncryptionStrategyVo publicEncryptionKey)
Method Detail

doExecute

protected void doExecute()
                  throws com.retek.platform.exception.RetekBusinessException
Throws:
com.retek.platform.exception.RetekBusinessException

getAppLaunchParameterVos

public java.util.Set getAppLaunchParameterVos()