Package com.redwood.scheduler.api.model
Interface SAPMassActivityLayoutField
- 
- All Superinterfaces:
- BusinessKeyObject,- Detail,- NamedDetailObject,- Readable,- SchedulerEntity,- SchedulerEntityComp
 
 public interface SAPMassActivityLayoutField extends NamedDetailObject, BusinessKeyObject, Readable Mass Activity field
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "SAPMassActivityLayoutField" objects.static StringSEC_RANK_ALLThis rank is made of the following privileges:static StringSEC_RANK_NONEThis rank has no privileges assigned to it.static QueryObjectType<SAPMassActivityLayoutField>TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).- 
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntityACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientNumber()Get the value for ClientNumber.StringgetLayoutField()Get the value for LayoutField.StringgetLayoutTab()Get the value for LayoutTab.LonggetLayoutTabNr()Get the value for LayoutTabNr.LonggetPosition()Get the value for Position.SAPMassActivitygetSAPMassActivity()Get the SAPMassActivity.SAPMassActivityParametergetSAPMassActivityParameter()Get the SAPMassActivityParameter.voidsetClientNumber(String newClientNumber)Set the value for ClientNumber.voidsetLayoutField(String newLayoutField)Set the value for LayoutField.voidsetLayoutTab(String newLayoutTab)Set the value for LayoutTab.voidsetLayoutTabNr(Long newLayoutTabNr)Set the value for LayoutTabNr.voidsetPosition(Long newPosition)Set the value for Position.voidsetSAPMassActivityParameter(SAPMassActivityParameter newSAPMassActivityParameter)Set the value for SAPMassActivityParameter.- 
Methods inherited from interface com.redwood.scheduler.api.model.BusinessKeyObjectgetBusinessKey
 - 
Methods inherited from interface com.redwood.scheduler.api.model.NamedDetailObjectgetComment, getDescription, getName, getSearchName, setComment, setDescription, setName
 - 
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntitycanPerform, createSubjectObjectPrivilegeGrant, deleteObject, getAuditTrail, getAuditTrailSize, getBehavior, getEffectiveBehavior, getErrorNameEN, getErrorNameKey, getLLPVersion, getLOV, getLOVSupport, getObjectType, getParentSchedulerEntities, getRuntime, getSubjectObjectPrivilegeGrantBySubject, getSubjectObjectPrivilegeGrants, getUniqueId, getUrl, getUrl, isCreated, isDeletable, isDeleted, isModifiable, isModified, isSelectVersioned, processRelatedObjects, processRelatedObjects, processRelatedObjects, refreshObject, resetObject, resetObject, resetValuesToDefault, selectForRead
 
- 
 
- 
- 
- 
Field Detail- 
OBJECT_TYPEstatic final String OBJECT_TYPE String that will be returned fromSchedulerEntity.getObjectType()for "SAPMassActivityLayoutField" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<SAPMassActivityLayoutField> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
SEC_RANK_NONEstatic final String SEC_RANK_NONE This rank has no privileges assigned to it.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_ALLstatic final String SEC_RANK_ALL This rank is made of the following privileges:- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getClientNumberString getClientNumber() Get the value for ClientNumber. (Client number.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getLayoutTabNrLong getLayoutTabNr() Get the value for LayoutTabNr. (Layout tab)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getLayoutTabString getLayoutTab() Get the value for LayoutTab. (Layout tab)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getLayoutFieldString getLayoutField() Get the value for LayoutField. (Layout field)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getPositionLong getPosition() Get the value for Position. (Position) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setClientNumbervoid setClientNumber(String newClientNumber) Set the value for ClientNumber. (Client number.) This value is mandatory.- Parameters:
- newClientNumber- the new value for ClientNumber. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setLayoutTabNrvoid setLayoutTabNr(Long newLayoutTabNr) Set the value for LayoutTabNr. (Layout tab) This value is optional.- Parameters:
- newLayoutTabNr- the new value for LayoutTabNr.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setLayoutTabvoid setLayoutTab(String newLayoutTab) Set the value for LayoutTab. (Layout tab) This value is optional.- Parameters:
- newLayoutTab- the new value for LayoutTab.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setLayoutFieldvoid setLayoutField(String newLayoutField) Set the value for LayoutField. (Layout field) This value is optional.- Parameters:
- newLayoutField- the new value for LayoutField.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setPositionvoid setPosition(Long newPosition) Set the value for Position. (Position) This value is mandatory.- Parameters:
- newPosition- the new value for Position. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getSAPMassActivitySAPMassActivity getSAPMassActivity() Get the SAPMassActivity.- Returns:
- SAPMassActivity
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getSAPMassActivityParameterSAPMassActivityParameter getSAPMassActivityParameter() Get the SAPMassActivityParameter.- Returns:
- SAPMassActivityParameter
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
setSAPMassActivityParametervoid setSAPMassActivityParameter(SAPMassActivityParameter newSAPMassActivityParameter) Set the value for SAPMassActivityParameter. This value is optional.- Parameters:
- newSAPMassActivityParameter- is the object to set SAPMassActivityParameter to. Link the Mass Activity field its corresponding parameter.
 
 
- 
 
-