|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActivityHistoryInfoDOI
Interface implemented by ActivityHistoryInfoDO Interface could also be implemented by a (hand-written) Business Layer class which uses ActivityHistoryInfoDO
Method Summary | |
---|---|
void |
commit()
Deprecated. Use save() instead. |
void |
commit(com.lutris.appserver.server.sql.DBTransaction dbt)
Deprecated. Use save() instead. |
void |
delete()
Deletes the DO from its table. |
void |
delete(com.lutris.appserver.server.sql.DBTransaction dbt)
Deletes the DO from its table. |
java.lang.String |
getAcceptedByUsername()
Get AcceptedByUsername of the SHKActivityHistoryInfo |
long |
getAcceptedTime()
Get AcceptedTime of the SHKActivityHistoryInfo |
long |
getAcceptedTimeTZO()
Get AcceptedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getActivityDefinitionId()
Get ActivityDefinitionId of the SHKActivityHistoryInfo |
java.lang.String |
getActivityDefinitionName()
Get ActivityDefinitionName of the SHKActivityHistoryInfo |
int |
getActivityDefinitionType()
Get ActivityDefinitionType of the SHKActivityHistoryInfo |
java.lang.String |
getActivityDescription()
Get ActivityDescription of the SHKActivityHistoryInfo |
long |
getActivityDuration()
Get ActivityDuration of the SHKActivityHistoryInfo |
java.lang.String |
getActivityId()
Get ActivityId of the SHKActivityHistoryInfo |
long |
getActivityLimitTime()
Get ActivityLimitTime of the SHKActivityHistoryInfo |
java.lang.String |
getActivityName()
Get ActivityName of the SHKActivityHistoryInfo |
short |
getActivityPriority()
Get ActivityPriority of the SHKActivityHistoryInfo |
java.lang.String |
getClosedByUsername()
Get ClosedByUsername of the SHKActivityHistoryInfo |
long |
getClosedTime()
Get ClosedTime of the SHKActivityHistoryInfo |
long |
getClosedTimeTZO()
Get ClosedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getCreatedByUsername()
Get CreatedByUsername of the SHKActivityHistoryInfo |
long |
getCreatedTime()
Get CreatedTime of the SHKActivityHistoryInfo |
long |
getCreatedTimeTZO()
Get CreatedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getCurrentUsername()
Get CurrentUsername of the SHKActivityHistoryInfo |
java.lang.String |
getDeadlineExceptionName()
Get DeadlineExceptionName of the SHKActivityHistoryInfo |
boolean |
getDeadlineIsSynchronous()
Get DeadlineIsSynchronous of the SHKActivityHistoryInfo |
long |
getDeadlineTimeLimit()
Get DeadlineTimeLimit of the SHKActivityHistoryInfo |
java.lang.String |
getDeletedByUsername()
Get DeletedByUsername of the SHKActivityHistoryInfo |
long |
getDeletionTime()
Get DeletionTime of the SHKActivityHistoryInfo |
long |
getDeletionTimeTZO()
Get DeletionTimeTZO of the SHKActivityHistoryInfo |
boolean |
getIsDeleted()
Get IsDeleted of the SHKActivityHistoryInfo |
long |
getLastRecordedTime()
Get LastRecordedTime of the SHKActivityHistoryInfo |
long |
getLastRecordedTimeTZO()
Get LastRecordedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getLastState()
Get LastState of the SHKActivityHistoryInfo |
long |
getLastStateTime()
Get LastStateTime of the SHKActivityHistoryInfo |
long |
getLastStateTimeTZO()
Get LastStateTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getPackageId()
Get PackageId of the SHKActivityHistoryInfo |
java.lang.String |
getProcessDefinitionId()
Get ProcessDefinitionId of the SHKActivityHistoryInfo |
java.lang.String |
getProcessDefinitionName()
Get ProcessDefinitionName of the SHKActivityHistoryInfo |
java.lang.String |
getProcessDescription()
Get ProcessDescription of the SHKActivityHistoryInfo |
java.lang.String |
getProcessFactoryName()
Get ProcessFactoryName of the SHKActivityHistoryInfo |
java.lang.String |
getProcessFactoryVersion()
Get ProcessFactoryVersion of the SHKActivityHistoryInfo |
java.lang.String |
getProcessId()
Get ProcessId of the SHKActivityHistoryInfo |
long |
getProcessLimitTime()
Get ProcessLimitTime of the SHKActivityHistoryInfo |
java.lang.String |
getProcessName()
Get ProcessName of the SHKActivityHistoryInfo |
short |
getProcessPriority()
Get ProcessPriority of the SHKActivityHistoryInfo |
java.lang.String |
getRejectedByUsername()
Get RejectedByUsername of the SHKActivityHistoryInfo |
long |
getRejectedTime()
Get RejectedTime of the SHKActivityHistoryInfo |
long |
getRejectedTimeTZO()
Get RejectedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getResumedByUsername()
Get ResumedByUsername of the SHKActivityHistoryInfo |
long |
getResumedTime()
Get ResumedTime of the SHKActivityHistoryInfo |
long |
getResumedTimeTZO()
Get ResumedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getStartedByUsername()
Get StartedByUsername of the SHKActivityHistoryInfo |
long |
getStartedTime()
Get StartedTime of the SHKActivityHistoryInfo |
long |
getStartedTimeTZO()
Get StartedTimeTZO of the SHKActivityHistoryInfo |
java.lang.String |
getSuspendedByUsername()
Get SuspendedByUsername of the SHKActivityHistoryInfo |
long |
getSuspendedTime()
Get SuspendedTime of the SHKActivityHistoryInfo |
long |
getSuspendedTimeTZO()
Get SuspendedTimeTZO of the SHKActivityHistoryInfo |
void |
save()
Inserts/Updates the DO into its table. |
void |
save(com.lutris.appserver.server.sql.DBTransaction dbt)
Inserts/Updates the DO into its table. |
void |
setAcceptedByUsername(java.lang.String AcceptedByUsername)
Set AcceptedByUsername of the SHKActivityHistoryInfo |
void |
setAcceptedTime(long AcceptedTime)
Set AcceptedTime of the SHKActivityHistoryInfo |
void |
setAcceptedTimeTZO(long AcceptedTimeTZO)
Set AcceptedTimeTZO of the SHKActivityHistoryInfo |
void |
setActivityDefinitionId(java.lang.String ActivityDefinitionId)
Set ActivityDefinitionId of the SHKActivityHistoryInfo |
void |
setActivityDefinitionName(java.lang.String ActivityDefinitionName)
Set ActivityDefinitionName of the SHKActivityHistoryInfo |
void |
setActivityDefinitionType(int ActivityDefinitionType)
Set ActivityDefinitionType of the SHKActivityHistoryInfo |
void |
setActivityDescription(java.lang.String ActivityDescription)
Set ActivityDescription of the SHKActivityHistoryInfo |
void |
setActivityDuration(long ActivityDuration)
Set ActivityDuration of the SHKActivityHistoryInfo |
void |
setActivityId(java.lang.String ActivityId)
Set ActivityId of the SHKActivityHistoryInfo |
void |
setActivityLimitTime(long ActivityLimitTime)
Set ActivityLimitTime of the SHKActivityHistoryInfo |
void |
setActivityName(java.lang.String ActivityName)
Set ActivityName of the SHKActivityHistoryInfo |
void |
setActivityPriority(short ActivityPriority)
Set ActivityPriority of the SHKActivityHistoryInfo |
void |
setClosedByUsername(java.lang.String ClosedByUsername)
Set ClosedByUsername of the SHKActivityHistoryInfo |
void |
setClosedTime(long ClosedTime)
Set ClosedTime of the SHKActivityHistoryInfo |
void |
setClosedTimeTZO(long ClosedTimeTZO)
Set ClosedTimeTZO of the SHKActivityHistoryInfo |
void |
setCreatedByUsername(java.lang.String CreatedByUsername)
Set CreatedByUsername of the SHKActivityHistoryInfo |
void |
setCreatedTime(long CreatedTime)
Set CreatedTime of the SHKActivityHistoryInfo |
void |
setCreatedTimeTZO(long CreatedTimeTZO)
Set CreatedTimeTZO of the SHKActivityHistoryInfo |
void |
setCurrentUsername(java.lang.String CurrentUsername)
Set CurrentUsername of the SHKActivityHistoryInfo |
void |
setDeadlineExceptionName(java.lang.String DeadlineExceptionName)
Set DeadlineExceptionName of the SHKActivityHistoryInfo |
void |
setDeadlineIsSynchronous(boolean DeadlineIsSynchronous)
Set DeadlineIsSynchronous of the SHKActivityHistoryInfo |
void |
setDeadlineTimeLimit(long DeadlineTimeLimit)
Set DeadlineTimeLimit of the SHKActivityHistoryInfo |
void |
setDeletedByUsername(java.lang.String DeletedByUsername)
Set DeletedByUsername of the SHKActivityHistoryInfo |
void |
setDeletionTime(long DeletionTime)
Set DeletionTime of the SHKActivityHistoryInfo |
void |
setDeletionTimeTZO(long DeletionTimeTZO)
Set DeletionTimeTZO of the SHKActivityHistoryInfo |
void |
setIsDeleted(boolean IsDeleted)
Set IsDeleted of the SHKActivityHistoryInfo |
void |
setLastRecordedTime(long LastRecordedTime)
Set LastRecordedTime of the SHKActivityHistoryInfo |
void |
setLastRecordedTimeTZO(long LastRecordedTimeTZO)
Set LastRecordedTimeTZO of the SHKActivityHistoryInfo |
void |
setLastState(java.lang.String LastState)
Set LastState of the SHKActivityHistoryInfo |
void |
setLastStateTime(long LastStateTime)
Set LastStateTime of the SHKActivityHistoryInfo |
void |
setLastStateTimeTZO(long LastStateTimeTZO)
Set LastStateTimeTZO of the SHKActivityHistoryInfo |
void |
setPackageId(java.lang.String PackageId)
Set PackageId of the SHKActivityHistoryInfo |
void |
setProcessDefinitionId(java.lang.String ProcessDefinitionId)
Set ProcessDefinitionId of the SHKActivityHistoryInfo |
void |
setProcessDefinitionName(java.lang.String ProcessDefinitionName)
Set ProcessDefinitionName of the SHKActivityHistoryInfo |
void |
setProcessDescription(java.lang.String ProcessDescription)
Set ProcessDescription of the SHKActivityHistoryInfo |
void |
setProcessFactoryName(java.lang.String ProcessFactoryName)
Set ProcessFactoryName of the SHKActivityHistoryInfo |
void |
setProcessFactoryVersion(java.lang.String ProcessFactoryVersion)
Set ProcessFactoryVersion of the SHKActivityHistoryInfo |
void |
setProcessId(java.lang.String ProcessId)
Set ProcessId of the SHKActivityHistoryInfo |
void |
setProcessLimitTime(long ProcessLimitTime)
Set ProcessLimitTime of the SHKActivityHistoryInfo |
void |
setProcessName(java.lang.String ProcessName)
Set ProcessName of the SHKActivityHistoryInfo |
void |
setProcessPriority(short ProcessPriority)
Set ProcessPriority of the SHKActivityHistoryInfo |
void |
setRejectedByUsername(java.lang.String RejectedByUsername)
Set RejectedByUsername of the SHKActivityHistoryInfo |
void |
setRejectedTime(long RejectedTime)
Set RejectedTime of the SHKActivityHistoryInfo |
void |
setRejectedTimeTZO(long RejectedTimeTZO)
Set RejectedTimeTZO of the SHKActivityHistoryInfo |
void |
setResumedByUsername(java.lang.String ResumedByUsername)
Set ResumedByUsername of the SHKActivityHistoryInfo |
void |
setResumedTime(long ResumedTime)
Set ResumedTime of the SHKActivityHistoryInfo |
void |
setResumedTimeTZO(long ResumedTimeTZO)
Set ResumedTimeTZO of the SHKActivityHistoryInfo |
void |
setStartedByUsername(java.lang.String StartedByUsername)
Set StartedByUsername of the SHKActivityHistoryInfo |
void |
setStartedTime(long StartedTime)
Set StartedTime of the SHKActivityHistoryInfo |
void |
setStartedTimeTZO(long StartedTimeTZO)
Set StartedTimeTZO of the SHKActivityHistoryInfo |
void |
setSuspendedByUsername(java.lang.String SuspendedByUsername)
Set SuspendedByUsername of the SHKActivityHistoryInfo |
void |
setSuspendedTime(long SuspendedTime)
Set SuspendedTime of the SHKActivityHistoryInfo |
void |
setSuspendedTimeTZO(long SuspendedTimeTZO)
Set SuspendedTimeTZO of the SHKActivityHistoryInfo |
Method Detail |
---|
java.lang.String getProcessId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessId(java.lang.String ProcessId) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessId
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessName(java.lang.String ProcessName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessFactoryName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessFactoryName(java.lang.String ProcessFactoryName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessFactoryName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessFactoryVersion() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessFactoryVersion(java.lang.String ProcessFactoryVersion) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessFactoryVersion
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessDefinitionId(java.lang.String ProcessDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDefinitionId
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessDefinitionName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessDefinitionName(java.lang.String ProcessDefinitionName) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDefinitionName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getProcessPriority() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessPriority(short ProcessPriority) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessPriority
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getProcessLimitTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessLimitTime(long ProcessLimitTime) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessLimitTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getProcessDescription() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setProcessDescription(java.lang.String ProcessDescription) throws com.lutris.dods.builder.generator.query.DataObjectException
ProcessDescription
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getPackageId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setPackageId(java.lang.String PackageId) throws com.lutris.dods.builder.generator.query.DataObjectException
PackageId
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityId(java.lang.String ActivityId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityId
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityName(java.lang.String ActivityName) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.short getActivityPriority() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityPriority(short ActivityPriority) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityPriority
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getActivityLimitTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityLimitTime(long ActivityLimitTime) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityLimitTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityDescription() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityDescription(java.lang.String ActivityDescription) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDescription
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityDefinitionId() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityDefinitionId(java.lang.String ActivityDefinitionId) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDefinitionId
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getActivityDefinitionName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityDefinitionName(java.lang.String ActivityDefinitionName) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDefinitionName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.int getActivityDefinitionType() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityDefinitionType(int ActivityDefinitionType) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDefinitionType
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getDeadlineTimeLimit() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeadlineTimeLimit(long DeadlineTimeLimit) throws com.lutris.dods.builder.generator.query.DataObjectException
DeadlineTimeLimit
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getDeadlineExceptionName() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeadlineExceptionName(java.lang.String DeadlineExceptionName) throws com.lutris.dods.builder.generator.query.DataObjectException
DeadlineExceptionName
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.boolean getDeadlineIsSynchronous() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeadlineIsSynchronous(boolean DeadlineIsSynchronous) throws com.lutris.dods.builder.generator.query.DataObjectException
DeadlineIsSynchronous
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getCreatedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setCreatedTime(long CreatedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
CreatedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getCreatedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setCreatedTimeTZO(long CreatedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
CreatedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getStartedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setStartedTime(long StartedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
StartedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getStartedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setStartedTimeTZO(long StartedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
StartedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getSuspendedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setSuspendedTime(long SuspendedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
SuspendedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getSuspendedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setSuspendedTimeTZO(long SuspendedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
SuspendedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getResumedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setResumedTime(long ResumedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
ResumedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getResumedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setResumedTimeTZO(long ResumedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
ResumedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getAcceptedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setAcceptedTime(long AcceptedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
AcceptedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getAcceptedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setAcceptedTimeTZO(long AcceptedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
AcceptedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getRejectedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setRejectedTime(long RejectedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
RejectedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getRejectedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setRejectedTimeTZO(long RejectedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
RejectedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getClosedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setClosedTime(long ClosedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
ClosedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getClosedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setClosedTimeTZO(long ClosedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
ClosedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getDeletionTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeletionTime(long DeletionTime) throws com.lutris.dods.builder.generator.query.DataObjectException
DeletionTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getDeletionTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeletionTimeTZO(long DeletionTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
DeletionTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getCreatedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setCreatedByUsername(java.lang.String CreatedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
CreatedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getStartedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setStartedByUsername(java.lang.String StartedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
StartedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getSuspendedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setSuspendedByUsername(java.lang.String SuspendedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
SuspendedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getResumedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setResumedByUsername(java.lang.String ResumedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
ResumedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getAcceptedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setAcceptedByUsername(java.lang.String AcceptedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
AcceptedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getRejectedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setRejectedByUsername(java.lang.String RejectedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
RejectedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getClosedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setClosedByUsername(java.lang.String ClosedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
ClosedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getDeletedByUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setDeletedByUsername(java.lang.String DeletedByUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
DeletedByUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getCurrentUsername() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setCurrentUsername(java.lang.String CurrentUsername) throws com.lutris.dods.builder.generator.query.DataObjectException
CurrentUsername
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.java.lang.String getLastState() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setLastState(java.lang.String LastState) throws com.lutris.dods.builder.generator.query.DataObjectException
LastState
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastStateTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setLastStateTime(long LastStateTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastStateTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setLastStateTimeTZO(long LastStateTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LastStateTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastRecordedTime() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setLastRecordedTime(long LastRecordedTime) throws com.lutris.dods.builder.generator.query.DataObjectException
LastRecordedTime
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getLastRecordedTimeTZO() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setLastRecordedTimeTZO(long LastRecordedTimeTZO) throws com.lutris.dods.builder.generator.query.DataObjectException
LastRecordedTimeTZO
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.long getActivityDuration() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setActivityDuration(long ActivityDuration) throws com.lutris.dods.builder.generator.query.DataObjectException
ActivityDuration
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.boolean getIsDeleted() throws com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void setIsDeleted(boolean IsDeleted) throws com.lutris.dods.builder.generator.query.DataObjectException
IsDeleted
- of the SHKActivityHistoryInfo
com.lutris.dods.builder.generator.query.DataObjectException
- If the object is not found in the database.void save() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
java.sql.SQLException
- if any SQL errors occur.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void save(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void commit() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void commit(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
void delete() throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.appserver.server.sql.DBRowUpdateException
com.lutris.dods.builder.generator.query.QueryException
void delete(com.lutris.appserver.server.sql.DBTransaction dbt) throws java.sql.SQLException, com.lutris.appserver.server.sql.DatabaseManagerException, com.lutris.dods.builder.generator.query.DataObjectException, com.lutris.dods.builder.generator.query.RefAssertionException, com.lutris.appserver.server.sql.DBRowUpdateException, com.lutris.dods.builder.generator.query.QueryException
dbt
- The transaction object to use for this operation.
com.lutris.appserver.server.sql.DatabaseManagerException
- if a Transaction can not be created.
com.lutris.appserver.server.sql.DBRowUpdateException
- if a version error occurs.
com.lutris.dods.builder.generator.query.RefAssertionException
- thrown by okTo method.
java.sql.SQLException
- if any SQL errors occur.
com.lutris.dods.builder.generator.query.DataObjectException
com.lutris.dods.builder.generator.query.QueryException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |