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

java.lang.Object
  extended bycom.retek.command.AbstractCommand
      extended bycom.retek.command.EjbCommand
          extended bycom.retek.rsm.app.security.command.SecurityCommand
All Implemented Interfaces:
Command
Direct Known Subclasses:
AppDefinitionFindCommand, AppDefinitionReadCommand, AppLaunchParameterFindCommand, AppLaunchParameterSaveCommand, DataPermissionFindCommand, DisplayableReferenceFindCommand, IdentifiableReferenceDeleteCommand, IdentifiableReferenceReadNextCommand, LoginCredentialsReadCommand, LoginCredentialsWithContentModelReadCommand, NamedPermissionFindCommand, PublicKeyEncryptionStrategyReadCommand, RoleFindCommand, RoleHierarchyPermissionDeleteCommand, RoleHierarchyPermissionFindCommand, RoleHierarchyPermissionSaveCommand, RoleNamedPermissionFindCommand, RoleNamedPermissionSaveCommand, RoleSaveCommand, SystemTimeReadCommand, UserAuthenticateCommand, UserFindCommand, UserFindCommandWithPermissions, UserRoleFindCommand, UserRoleSaveCommand, UserSignatureAuthenticateCommand, UserValidateCommand

public abstract class SecurityCommand
extends EjbCommand


Constructor Summary
SecurityCommand()
           
 
Method Summary
protected  com.retek.platform.domain.common.service.BusinessObjectCoreService getBusinessObjectCoreService()
           
protected  SecurityAdminCoreService getSecurityAdminCoreService()
           
protected  SecurityCoreService getSecurityCoreService()
           
protected  SecurityDataAdminCoreService getSecurityDataAdminCoreService()
           
protected  SecurityDisplayableReferenceService getSecurityDisplayableReferenceService(com.retek.platform.app.security.service.Application application)
           
protected  com.retek.platform.domain.common.service.SystemCoreService getSystemCoreService()
           
 
Methods inherited from class com.retek.command.EjbCommand
addPostExecutionRule, addPreExecutionRule, destroyServiceContext, doExecute, execute, initServiceContext, isExecuted, processRules
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityCommand

public SecurityCommand()
Method Detail

getSecurityCoreService

protected SecurityCoreService getSecurityCoreService()

getSystemCoreService

protected com.retek.platform.domain.common.service.SystemCoreService getSystemCoreService()

getSecurityDisplayableReferenceService

protected SecurityDisplayableReferenceService getSecurityDisplayableReferenceService(com.retek.platform.app.security.service.Application application)

getSecurityDataAdminCoreService

protected SecurityDataAdminCoreService getSecurityDataAdminCoreService()

getSecurityAdminCoreService

protected SecurityAdminCoreService getSecurityAdminCoreService()

getBusinessObjectCoreService

protected com.retek.platform.domain.common.service.BusinessObjectCoreService getBusinessObjectCoreService()