Removed
Methods
|
String
getAccCommandName
()
|
Gets the name used for access control in the access control
command Group table This method is for internal use by the command framework
only. |
boolean
isCustomerAgentCommand
()
|
This method returns true if this is a Customer Agent
command. |
boolean
isCustomerCommand
()
|
This method returns true if this is a Customer/shopper
command. |
void
setAccCommandName
(String )
|
Sets the command name used for access control check in the
access control command group table (ACCCMDGRP). |
void
setCustomerAgentCommand
(boolean )
|
This method sets the flag to indicate whether this is a
customer agent command. |
void
setCustomerCommand
(boolean )
|
This method sets the flag to indicate whether this is a
customer/shopper command. |
Changed
Methods
|
boolean
accessControlCheck
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Performs command level access control check. |
void
checkParameters
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. Now
deprecated.
|
Performs server side parameter checking. |
boolean
checkPermission
()
|
Now deprecated.
|
Performs fine grain level access control. |
void
execute
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
This method is part of the command framework for execution of
a command. |
void
finalize
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Final cleans up of resources. |
boolean
getAccCheck
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Check to see if access control check is required for this
command. |
CommandContext
getCommandContext
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Gets the command context associated with this
command. |
String
getCommandName
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Gets the name of the originating command. |
TypedProperty
getDefaultProperties
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. Change of visibility
from protected to public.
|
Gets the default properties associated with this
command. |
Long[]
getResourceOwners
()
|
Now deprecated.
|
Gets all the organization unit that owns the resources
accessed by this command. |
Integer
getStoreId
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Gets the store Id associated with this command from the
command context. |
UserAccessBean
getUser
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. Change from
non-final to final.
|
Gets the userAccessBean associated with the user. |
Long
getUserId
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Gets the user Id for the user associated with this command
from the command context. |
boolean
isReadyToCallExecute
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
This method is called by the Targettable Command frame work
before the execution of the command. |
void
performExecute
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
The business logic for this command. |
void
reset
()
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
This method should be called after a command has been executed
to reset its states variables. |
void
setAccCheck
(boolean )
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
This method is set by the web controller to indicate whether
access control check is required for this command. |
void
setCommandContext
(CommandContext )
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Sets the command context associated with this
command. |
void
setDefaultProperties
(TypedProperty )
|
Method was locally defined, but is now inherited
from
AbstractECTargetableCommand
. |
Sets default properties associated with this
ECCommand. |