com.ibm.commerce.command

Interface AttachmentViewCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String defaultCommandClassName
        This is the default class name.
        See Also:
        Constant Field Values
    • Method Detail

      • setAttachmentId

        void setAttachmentId(java.lang.String id)
        This method sets the attachmentobj_id of the attachment object in the database table to be retrieved.
        Parameters:
        id - This is a String object representing the attachmentobj_id.
      • performAccessCheck

        boolean performAccessCheck()
        This method performs access control checking to control who can view the attachment. This method should be written by a component that has refcmd extending AttachmentView.