Class DeleteLookupEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteLookupEntry​(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
      This constructor creates a new operation that deletes the lookup entry given by the reference.
      DeleteLookupEntry​(java.lang.String ddc, java.lang.String id)
      This constructor creates a new operation that deletes the lookup entry with the given sysrowid in the given ddc.
    • Constructor Detail

      • DeleteLookupEntry

        public DeleteLookupEntry​(java.lang.String ddc,
                                 java.lang.String id)
        This constructor creates a new operation that deletes the lookup entry with the given sysrowid in the given ddc.
        Parameters:
        ddc - the lookup ddc to delete in
        id - teh sysRowId of the entry to delete
      • DeleteLookupEntry

        public DeleteLookupEntry​(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
        This constructor creates a new operation that deletes the lookup entry given by the reference.
        Parameters:
        reference - a reference to the lookup entry to delete.
    • Method Detail

      • voidInvoke

        protected void voidInvoke()
                           throws java.lang.Exception
        Description copied from class: VoidOperation
        Invokes this void operation.
        Specified by:
        voidInvoke in class VoidOperation
        Throws:
        java.lang.Exception - exception when invoking this operation
      • getReference

        public com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,​SaBasicException,​LegacyConnection>