com.ibm.commerce.tools.segmentation

Class SegmentSaveControllerCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SegmentSaveControllerCmdImpl

        public SegmentSaveControllerCmdImpl()
    • Method Detail

      • getResources

        public AccessVector getResources()
                                  throws ECException
        Gets the resources that are accessed by this controller command. If the controller command is updating an existing member group, then the MemberGroupAccessBean for that member group is returned. If the controller command is creating a new member group and an owner ID has been specified, then the MemberAccessBean for that owner ID is returned. If the controller command is creating a new member group and there is no owner ID specified, then the StoreAccessBean for the current store is returned.
        Specified by:
        getResources in interface ECCommand
        Overrides:
        getResources in class AbstractECTargetableCommand
        Returns:
        An vector of resources.
        Throws:
        ECException