Package com.proxemo.todo4.bom
Class ToDoScheduledTask
- java.lang.Object
-
- com.proxemo.todo4.bom.ToDoVersionedIdentifiable
-
- com.proxemo.todo4.bom.ToDoTask
-
- com.proxemo.todo4.bom.ToDoScheduledTask
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class ToDoScheduledTask extends ToDoTask
Deprecated.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
INTERVAL_DAILY
Deprecated.static int
INTERVAL_MINUTES
Deprecated.static int
INTERVAL_MONTHLY
Deprecated.static int
INTERVAL_WEEKLY
Deprecated.-
Fields inherited from class com.proxemo.todo4.bom.ToDoTask
INDEXSTATE_ERROR, INDEXSTATE_NONE, INDEXSTATE_OK, PRIO_HIGH, PRIO_LOW, PRIO_MEDIUM, PRIO_ULTRA, PRIO_VERY_HIGH, PROPERTY_EMAILREPLYTO, PROPERTY_EMAILSUBJECT, STATE_CLOSED, STATE_LOCKED, STATE_OPEN, STATE_REJECTED, TODO_REPLY_MAILBOX_ID, TYPE_POLL, TYPE_SIMPLE
-
-
Constructor Summary
Constructors Constructor Description ToDoScheduledTask()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getInterval()
Deprecated.int
getMinuteInterval()
Deprecated.int
getMinutes()
Deprecated.int
getStartAtDayOfMonth()
Deprecated.int
getStartAtDayOfWeek()
Deprecated.int
getStartAtHour()
Deprecated.int
getStartAtMinute()
Deprecated.boolean
isPaused()
Deprecated.void
setInterval(int interval)
Deprecated.void
setMinuteInterval(int minutes)
Deprecated.void
setMinutes(int minutes)
Deprecated.void
setPaused(boolean paused)
Deprecated.void
setStartAtDayOfMonth(int startAtDayOfMonth)
Deprecated.void
setStartAtDayOfWeek(int startAtDayOfWeek)
Deprecated.void
setStartAtHour(int startAtHour)
Deprecated.void
setStartAtMinute(int startAtMinute)
Deprecated.-
Methods inherited from class com.proxemo.todo4.bom.ToDoTask
addAttachmentProxy, addProperty, anonymize, copyAsNew, createInquiry, finishWorking, getAddressedUser, getAddressedUserId, getAddressedWorkgroup, getAddressedWorkgroupId, getAddressee, getAssignedUser, getAssignedUserId, getAttachments, getChainId, getChildren, getCostcentre, getCreationDate, getDescription, getDoneComment, getEmail, getEndDate, getFormerlyAddressedToUserId, getFormerlyAddressedToWorkGroupId, getFormerlyAssignedUser, getId, getIndexState, getInquiries, getKind, getMaster, getMetaAttributeByName, getMetaAttributesByName, getMetaContent, getMetaData, getMetaDataAsText, getMetaDataById, getMetaDataByName, getMetaDatasById, getMetaDatasByName, getOutgoingMails, getOwner, getOwnerId, getPhone, getPrio, getPrioAsString, getProperties, getPropertiesMap, getProperty, getRemainingTime, getReplySource, getRpcbackend, getRpcbackendId, getScheduledEndDate, getSmsfetcher, getSmsfetcherId, getSortState, getSource, getSourcemailbox, getSourceMailboxId, getSourceuser, getSourceUserId, getStartDate, getState, getStateAsString, getTitle, getVersion, hasForms, hasMaster, hasReplyMailbox, initializeLazyCollections, isActive, isArchived, isBillable, isClientTransactionLock, isClosed, isDone, isLocked, isMetadataInitialized, isOpen, isRejected, lockClientTransaction, rejectInquiry, removeAttachmentProxy, removeProperty, setActive, setAddressedUser, setAddressedUserId, setAddressedWorkgroup, setAddressedWorkgroupId, setAddressee, setAdressee, setArchived, setAssignedUser, setAssignedUserId, setAttachments, setBillable, setClientTransactionLock, setCostcentre, setCreationDate, setDescription, setDoneComment, setEmail, setEndDate, setFormerlyAddressedToUserId, setFormerlyAddressedToWorkGroupId, setHighPrio, setId, setInactive, setIndexState, setInquiries, setLowPrio, setMaster, setMediumPrio, setMetaContent, setMetaData, setMetadataInitialized, setOutgoingMails, setOwner, setOwnerId, setPhone, setPrio, setProperties, setReplyMailbox, setReplyMailboxId, setReplySource, setRpcbackend, setRpcbackendId, setScheduledEndDate, setSmsfetcher, setSmsfetcherId, setSource, setSourcemailbox, setSourceMailboxId, setSourceuser, setSourceUserId, setStartDate, setState, setTitle, setToActive, setToArchived, setToOpen, setTransient, setUltraPrio, setVersion, setVeryHighPrio, startWorking, unlockClientTransaction, updateMetaContent, updateMetaData
-
Methods inherited from class com.proxemo.todo4.bom.ToDoVersionedIdentifiable
getActiveAsIcon, getAnonymizeString, getCanonicalId, isTransient, setToTransient
-
-
-
-
Field Detail
-
INTERVAL_DAILY
public static final int INTERVAL_DAILY
Deprecated.- See Also:
- Constant Field Values
-
INTERVAL_WEEKLY
public static final int INTERVAL_WEEKLY
Deprecated.- See Also:
- Constant Field Values
-
INTERVAL_MONTHLY
public static final int INTERVAL_MONTHLY
Deprecated.- See Also:
- Constant Field Values
-
INTERVAL_MINUTES
public static final int INTERVAL_MINUTES
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInterval
public int getInterval()
Deprecated.
-
setInterval
public void setInterval(int interval)
Deprecated.
-
isPaused
public boolean isPaused()
Deprecated.
-
setPaused
public void setPaused(boolean paused)
Deprecated.
-
getStartAtHour
public int getStartAtHour()
Deprecated.
-
setStartAtHour
public void setStartAtHour(int startAtHour)
Deprecated.
-
getStartAtMinute
public int getStartAtMinute()
Deprecated.
-
setStartAtMinute
public void setStartAtMinute(int startAtMinute)
Deprecated.
-
getStartAtDayOfWeek
public int getStartAtDayOfWeek()
Deprecated.
-
setStartAtDayOfWeek
public void setStartAtDayOfWeek(int startAtDayOfWeek)
Deprecated.
-
getMinutes
public int getMinutes()
Deprecated.
-
setMinutes
public void setMinutes(int minutes)
Deprecated.
-
getStartAtDayOfMonth
public int getStartAtDayOfMonth()
Deprecated.
-
setStartAtDayOfMonth
public void setStartAtDayOfMonth(int startAtDayOfMonth)
Deprecated.
-
getMinuteInterval
public int getMinuteInterval()
Deprecated.
-
setMinuteInterval
public void setMinuteInterval(int minutes) throws JsonMappingException, JsonProcessingException
Deprecated.- Throws:
JsonMappingException
JsonProcessingException
-
-