deleteItem
public void deleteItem(java.lang.Long nItemId,
CommandContext cmdContext)
throws ECException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.ejb.RemoveException,
javax.naming.NamingException,
java.rmi.RemoteException
Delete an item. The command CatalogEntryDeleteCmd is used.
- Parameters:
- nItemId - The item ID.
- cmdContext - The CommandContext.
- Throws:
- ECException - If CatalogEntryDeleteCmd fails.
- javax.ejb.CreateException - In the execution of the method, a CreateException occurs.
- javax.ejb.FinderException - In the execution of the method, a FinderException occurs.
- javax.ejb.RemoveException - In the execution of the method, a RemoveException occurs.
- javax.naming.NamingException - In the execution of the method, a NamingException occurs.
- java.rmi.RemoteException - In the execution of the method, a RemoteException occurs.