Class RemoveConnectionsAction<M extends Model>

java.lang.Object
net.officefloor.model.RemoveConnectionsAction<M>

public class RemoveConnectionsAction<M extends Model> extends Object
Action containing the details of a delete.
Author:
Daniel Sagenschneider
  • Field Details

    • REMOVE_CONNECTIONS_METHOD_NAME

      public static final String REMOVE_CONNECTIONS_METHOD_NAME
      Method name on the models to remove the connections.
      See Also:
  • Constructor Details

    • RemoveConnectionsAction

      public RemoveConnectionsAction(M model)
      Initiate.
      Parameters:
      model - Model for which ConnectionModel instances are being removed.
  • Method Details