com.stratelia.webactiv.util.publication.control
Class ValidationStepsDAO
java.lang.Object
com.stratelia.webactiv.util.publication.control.ValidationStepsDAO
public class ValidationStepsDAO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValidationStepsDAO
public ValidationStepsDAO()
addStep
public static void addStep(Connection con,
ValidationStep step)
throws SQLException
- Throws:
SQLException
removeSteps
public static void removeSteps(Connection con,
PublicationPK pubPK)
throws SQLException
- Throws:
SQLException
getSteps
public static List<ValidationStep> getSteps(Connection con,
PublicationPK pubPK)
throws SQLException
- Throws:
SQLException
getStepByUser
public static ValidationStep getStepByUser(Connection con,
PublicationPK pubPK,
String userId)
throws SQLException
- Throws:
SQLException
Copyright © 2016 Silverpeas. All Rights Reserved.