com.ibm.commerce.component.giftregistry.commands

Interface PersistGiftRegistryCmd

  • All Superinterfaces:
    BusinessObjectDocumentCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    PersistGiftRegistryCmdImpl


    public interface PersistGiftRegistryCmd
    extends BusinessObjectDocumentCmd
    This commands persists a list of GiftRegistryVO in a given request business object document to the database. If a gift registry value object is new, the data will be created in database. Otherwise, some rows in database will be updated. The rule of persistence is as follows:
    • A value object field is corresponding to a database column. The corresponding database column of a value object field will either be changed or created.
    • A value object is corresponding to one or more rows in database. The data in a value object will be persisted into database by creating a new row only if there is no corresponding row in database yet. Otherwise, the existing row will be updated.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The name of this interface
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class