nl.ppmoost.ventureplan2
Class ClockWise

java.lang.Object
  extended by nl.ppmoost.ventureplan2.ClockWise

public class ClockWise
extends Object


Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
ClockWise()
           
 
Method Summary
 void createContactpersoon(vp_change pChange)
           
 void createOrganisation(vp_change pChange)
           
 void createProject(vp_change pChange)
           
 String getCWSessionID()
           
 void setCWSessionID(String pCWSessionID)
           
 void updateContactpersoon(vp_change pChange)
           
 void updateOrganisation(vp_change pChange)
           
 void updateProject(vp_change pChange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

ClockWise

public ClockWise()
Method Detail

getCWSessionID

public String getCWSessionID()

setCWSessionID

public void setCWSessionID(String pCWSessionID)

createProject

public void createProject(vp_change pChange)
                   throws Exception
Throws:
Exception

updateProject

public void updateProject(vp_change pChange)
                   throws Exception
Throws:
Exception

createOrganisation

public void createOrganisation(vp_change pChange)
                        throws Exception
Throws:
Exception

updateOrganisation

public void updateOrganisation(vp_change pChange)
                        throws Exception
Throws:
Exception

createContactpersoon

public void createContactpersoon(vp_change pChange)
                          throws Exception
Throws:
Exception

updateContactpersoon

public void updateContactpersoon(vp_change pChange)
                          throws Exception
Throws:
Exception


Copyright © 2014. All rights reserved.