SAP CC 3.0 BART API

com.highdeal.bart.hci
Class SchedulableJobOperationResult

java.lang.Object
  extended by com.highdeal.bart.hci.SchedulableJobOperationResult
Direct Known Subclasses:
CreateSchedulableJobResult, ModifySchedulableJobResult, SearchSchedulableJobResult

public abstract class SchedulableJobOperationResult
extends java.lang.Object

This class is a generic abstract class for the results returned by operations on Schedulable jobs.


Constructor Summary
SchedulableJobOperationResult(java.lang.String resultTagName, boolean singleton)
          Builds an SchedulableJobOperationResult without job.
 
Method Summary
 void addCharacterData(java.lang.String cData)
           
 void addChild(java.lang.String tagName, XMLMarshallable child)
           
 SchedulableJobModel getJob()
          Gets the job.
 java.util.Vector<SchedulableJobModel> getJobs()
          Gets the job list.
 java.lang.String getOperandReference()
           
 void marshal(XMLOutputter output)
           
 void setAttributes(XMLAttributes atts)
           
 void setJob(SchedulableJobModel job)
          Sets the job(internal use).
 void setJobs(java.util.Vector<SchedulableJobModel> list)
          Sets the jobs list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulableJobOperationResult

public SchedulableJobOperationResult(java.lang.String resultTagName,
                                     boolean singleton)
Builds an SchedulableJobOperationResult without job.

Parameters:
resultTagName - the operation result name.
singleton - is at true if there is only one result(job).
Method Detail

setJobs

public void setJobs(java.util.Vector<SchedulableJobModel> list)
Sets the jobs list.

Parameters:
list - a vector of SchedulableJobModel.

getJobs

public java.util.Vector<SchedulableJobModel> getJobs()
Gets the job list. This method must be called by the client, if the current operation on groups must return a list of jobs.

Returns:
a vector of SchedulableJobModel.

getJob

public SchedulableJobModel getJob()
Gets the job. This method must be called by the client, if the current operation on job must return a single job.

Returns:
the SchedulableJobModel.

setJob

public void setJob(SchedulableJobModel job)
Sets the job(internal use).

Parameters:
job - the job.

setAttributes

public void setAttributes(XMLAttributes atts)

addCharacterData

public void addCharacterData(java.lang.String cData)

addChild

public void addChild(java.lang.String tagName,
                     XMLMarshallable child)

marshal

public void marshal(XMLOutputter output)

getOperandReference

public java.lang.String getOperandReference()

SAP CC 3.0 BART API

(c) Copyright 2011 SAP AG. All rights reserved. SAP Convergent Charging 3.0