com.ibm.commerce.member.facade.server.commands
Class ComposeOrganizationFromDataBeanAllCmdImpl
- java.lang.Object
-
- com.ibm.commerce.member.facade.server.commands.MemberHelper
-
- com.ibm.commerce.member.facade.server.commands.ComposeMemberHelper
-
- com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanBaseCmdImpl
-
- com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanAllCmdImpl
-
- All Implemented Interfaces:
- ComposeOrganizationFromDataBeanCmd, com.ibm.websphere.command.Command, java.io.Serializable
public class ComposeOrganizationFromDataBeanAllCmdImpl extends ComposeOrganizationFromDataBeanBaseCmdImpl implements ComposeOrganizationFromDataBeanCmd
Composes the entireOrganizationType
SDO
. This command delegates tocom.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Details
and then adds the remaining data, for example the address book information.LDAP-only attributes are included in
/Organization/Attributes
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Constructor Summary
Constructors Constructor and Description ComposeOrganizationFromDataBeanAllCmdImpl()
Constructor that creates the following command to delegate retrieval of the the detailed person information:
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
execute()
Adds the address book data to the Organization.boolean
isReadyToCallExecute()
Checks if the command is ready to execute.void
reset()
Sets the instance variables to null and resets the detail command.-
Methods inherited from class com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanBaseCmdImpl
getOrganization, setOrganization, setOrganizationDataBean
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd
getOrganization, setOrganization, setOrganizationDataBean
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComposeOrganizationFromDataBeanAllCmdImpl
public ComposeOrganizationFromDataBeanAllCmdImpl()
Constructor that creates the following command to delegate retrieval of the the detailed person information:com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Details
-
-
Method Detail
-
execute
public void execute() throws com.ibm.websphere.command.CommandException
Adds the address book data to the Organization.- Specified by:
execute
in interfacecom.ibm.websphere.command.Command
- Throws:
com.ibm.websphere.command.CommandException
- See Also:
Command.execute()
-
isReadyToCallExecute
public boolean isReadyToCallExecute()
Checks if the command is ready to execute.- Specified by:
isReadyToCallExecute
in interfacecom.ibm.websphere.command.Command
- Returns:
- true if the organization data bean is not null; false otherwise
- See Also:
Command.isReadyToCallExecute()
-
reset
public void reset()
Sets the instance variables to null and resets the detail command.- Specified by:
reset
in interfacecom.ibm.websphere.command.Command
-
-