AR System Java API

Uses of Class
com.bmc.arsys.api.Timestamp

Uses of Timestamp in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return Timestamp
 Timestamp ObjectOperationTimes.getChangeTime()
           
 Timestamp UserInfo.getConnectionTime()
          Returns length of time user is connected to AR System.
 Timestamp CurrencyValue.getConversionDate()
          Returns conversion date
 Timestamp ObjectOperationTimes.getCreateTime()
           
 Timestamp ObjectOperationTimes.getDeleteTime()
           
 Timestamp UserLicenseInfo.getLastAccess()
           
 Timestamp UserInfo.getLastAccessTime()
          Returns last time that the user accessed AR System.
 Timestamp IARPersistentObject.getLastUpdateTime()
          Returns time that the object was last modified.
 Timestamp ObjectBase.getLastUpdateTime()
          Returns time that the object was last modified.
 Timestamp SupportFile.getLastUpdateTime()
          Returns time stamp that limits the IDs retrieved to those modified after the specified time.
 Timestamp ARServerUser.getOperationTime()
          Returns the operation time stamp.
 Timestamp AlertMessageInfo.getTimestamp()
          Returns the timestamp when the alert was created.
 Timestamp DiaryItem.getTimestamp()
          Returns the timestamp of the diary item.
 Timestamp EntryPointInfo.getTimestamp()
          Gets the time stamp of when the entry point was last changed.
 Timestamp LocalizedValueInfo.getTimestamp()
          Returns the time stamp of the message.
 Timestamp StatusHistoryItem.getTimestamp()
          Returns the date and time of the last change to the request.
 

Methods in com.bmc.arsys.api with parameters of type Timestamp
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList)
          Reserved for AR System internal only.
 ProcessResult ARServerUser.executeProcessForActiveLink(String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, boolean waitFlag)
          Reserved for AR System internal only.
 SQLResult ARServerUser.getListSQLForActiveLink(String actlinkName, int actionIndex, int actionType, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, int maxRetrieve, boolean retrieveTotalMatches)
          Reserved for AR System internal only.
 void ObjectPrinter.printTimestamp(String indent, String header, Timestamp value)
           
 void ObjectPrinter.printTimestampList(String indent, String header, Timestamp[] value)
           
 void ObjectOperationTimes.setChangeTime(Timestamp t)
          set the changeTime
 void ObjectOperationTimes.setCreateTime(Timestamp t)
          set the createTime
 void ObjectOperationTimes.setDeleteTime(Timestamp t)
          set the deleteTime
 void ARServerUser.setEntry(String formName, String entryId, Entry entry, Timestamp getTime, int nOption)
          Updates an the given entry in ARSystem server.
 void EntryPointInfo.setTimestamp(Timestamp timestamp)
          Sets the time stamp of when the entry point was last changed.
 void Timestamp.setValue(Timestamp ts)
          Sets the time to the time of the given timestamp.
 void MethodValidator.verifyARExecuteProcessForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, Entry keywordList, Entry parameterList, boolean asyncMode)
           
 void MethodValidator.verifyARExecuteProcessForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, int fieldId, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, boolean asyncMode)
           
 void MethodValidator.verifyARGetListSQLForActiveLink(ARServerUser context, String actlinkName, int actionIndex, int actionType, Timestamp timestamp, List<Value> keywordList, List<Value> parameterList, int maxRetrieve, boolean retrieveTotalMatches)
           
 void MethodValidator.verifyARSetEntry(ARServerUser context, String formName, String entryId, Entry entry, Timestamp ts, int option)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type Timestamp
 List<String> ARServerUser.getMultipleCurrencyRatioSets(List<Timestamp> ratioTimestamps)
          Retrieves a list of formatted currency ratio sets valid for the time specified in the argument.
 void MethodValidator.verifyARGetMultipleCurrencyRatioSets(ARServerUser context, List<Timestamp> arg1)
           
 

Constructors in com.bmc.arsys.api with parameters of type Timestamp
AlertMessageInfo(Timestamp time, int type, int prior, String text, String tag, String svrName, String form, String id)
           
AlertMessageInfo(Timestamp time, int type, int prior, String text, String tag, String svrName, String svrAddr, String form, String id)
           
CurrencyValue(BigDecimal value, String currencyCode, Timestamp conversionDate, List<FuncCurrencyInfo> funcCurrencyList)
           
CurrencyValue(String value, String currencyCode, Timestamp conversionDate, List<FuncCurrencyInfo> funcCurrencyList)
           
DiaryItem(String user, String text, Timestamp ts)
           
LocalizedValueInfo(Value value, Timestamp timestamp)
           
ObjectOperationTimes(Timestamp createTime, Timestamp setTime, Timestamp deleteTime)
           
StatusHistoryItem(String user, Timestamp timestamp)
           
Value(Timestamp v)
          Create a AR_DATA_TYPE_TIME value.
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.