jhomenet.server.persistence
Class ResponsivePersistenceFacadeTxt
java.lang.Object
jhomenet.server.persistence.ResponsivePersistenceFacadeTxt
public class ResponsivePersistenceFacadeTxt
- extends java.lang.Object
TODO: Class description.
Id: $Id: $
- Author:
- Dave Irwin (jhomenet at gmail dot com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponsivePersistenceFacadeTxt
public ResponsivePersistenceFacadeTxt()
removeCondition
public void removeCondition(Condition condition)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#removeCondition(jhomenet.commons.responsive.condition.Condition)
removePlan
public void removePlan(Plan plan)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#removePlan(jhomenet.commons.responsive.plan.Plan)
removeResponse
public void removeResponse(Response response)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#removeResponse(jhomenet.commons.responsive.response.Response)
retrieveAllConditions
public java.util.List<Condition> retrieveAllConditions()
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#retrieveAllConditions()
retrieveAllPlans
public java.util.List<Plan> retrieveAllPlans()
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#retrieveAllPlans()
retrieveAllResponses
public java.util.List<Response> retrieveAllResponses()
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#retrieveAllResponses()
storeCondition
public Condition storeCondition(Condition condition)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#storeCondition(jhomenet.commons.responsive.condition.Condition)
storePlan
public Plan storePlan(Plan plan)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#storePlan(jhomenet.commons.responsive.plan.Plan)
storeResponse
public Response storeResponse(Response response)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#storeResponse(jhomenet.commons.responsive.response.Response)
removeTrigger
public void removeTrigger(TriggerWrapper trigger)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#removeTrigger(org.quartz.Trigger)
retrieveAllTriggers
public java.util.List<TriggerWrapper> retrieveAllTriggers()
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#retrieveAllTriggers()
storeTrigger
public TriggerWrapper storeTrigger(TriggerWrapper trigger)
- See Also:
jhomenet.commons.persistence.ResponsivePersistenceFacade#storeTrigger(org.quartz.Trigger)
Copyright © 2004-2007 David Irwin. All Rights Reserved.