com.tibco.bpm.web.client.services.actions.calendar
Class DeleteCalendar

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.calendar.DeleteCalendar
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<VoidResult>, net.customware.gwt.dispatch.shared.Action<VoidResult>

public class DeleteCalendar
extends java.lang.Object
implements OSAction<VoidResult>

Deletes the named Calendar, and all the Working Day and Calendar Entries associated with it. The deleted Calendar cannot be recovered. The request must include a version number that will be compared against the value held by the identified Calendar entry. If the values don't match, the request will fail with a "concurrency exception".


Constructor Summary
DeleteCalendar()
           
DeleteCalendar(int version, java.lang.String nameSpace, java.lang.String name)
          Deletes the named Calendar, and all the Working Day and Calendar Entries associated with it.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 java.lang.String getNameSpace()
          Gets the namespace.
 int getVersion()
          Gets the version.
 void setName(java.lang.String name)
          Sets the name.
 void setNameSpace(java.lang.String nameSpace)
          Sets the namespace.
 void setVersion(int version)
          Sets the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCalendar

public DeleteCalendar()

DeleteCalendar

public DeleteCalendar(int version,
                      java.lang.String nameSpace,
                      java.lang.String name)
Deletes the named Calendar, and all the Working Day and Calendar Entries associated with it. The deleted Calendar cannot be recovered. The request must include a version number that will be compared against the value held by the identified Calendar entry. If the values don't match, the request will fail with a "concurrency exception".

Parameters:
version -
nameSpace -
name -
Method Detail

getVersion

public int getVersion()
Gets the version.

Returns:

setVersion

public void setVersion(int version)
Sets the version.

Parameters:
version -

getNameSpace

public java.lang.String getNameSpace()
Gets the namespace.

Returns:

setNameSpace

public void setNameSpace(java.lang.String nameSpace)
Sets the namespace.

Parameters:
nameSpace -

getName

public java.lang.String getName()
Gets the name.

Returns:

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name -


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.