Class NotificationRuleListDataItem
- All Implemented Interfaces:
RepositoryEntity,Serializable
NotificationRuleListDataItem class.
- Version:
- $Id: $Id
- Author:
- rabah
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List<org.alfresco.service.cmr.repository.NodeRef>private Stringprivate Stringprivate Integerprivate Booleanprivate org.alfresco.service.cmr.repository.NodeRefprivate Booleanprivate Stringprivate Integerprivate Dateprivate Stringprivate DayOfWeekprivate RecurringTimeTypeprivate List<org.alfresco.service.cmr.repository.NodeRef>private org.alfresco.service.cmr.repository.NodeRefprivate ScriptModeprivate static final longprivate Stringprivate org.alfresco.service.cmr.repository.NodeRefprivate DateFilterTypeprivate VersionFilterTypeFields inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
aspects, aspectsToRemove, extraProperties, isTransient, name, nodeRef, parentNodeRef -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for NotificationRuleListDataItem. -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<org.alfresco.service.cmr.repository.NodeRef>Getter for the fieldauthorities.Getter for the fieldcondtions.Getter for the fielddateField.getDays()Getter for the fielddays.Getter for the fielddisabled.org.alfresco.service.cmr.repository.NodeRefgetEmail()Getter for the fieldemail.Getter for the fieldenforced.Getter for the fielderrorLog.Getter for the fieldfrequency.Getter for the fieldfrequencyStartDate.Getter for the fieldnodeType.Getter for the fieldrecurringDay.Getter for the fieldrecurringTime.List<org.alfresco.service.cmr.repository.NodeRef>Getter for the fieldreportTpls.org.alfresco.service.cmr.repository.NodeRefGetter for the fieldscript.Getter for the fieldscriptMode.Getter for the fieldsubject.org.alfresco.service.cmr.repository.NodeRefGetter for the fieldtarget.Getter for the fieldtimeType.Getter for the fieldversionFilterType.inthashCode()hashCode.voidsetAuthorities(List<org.alfresco.service.cmr.repository.NodeRef> authorities) Setter for the fieldauthorities.voidsetCondtions(String condtions) Setter for the fieldcondtions.voidsetDateField(String dateField) Setter for the fielddateField.voidSetter for the fielddays.voidsetDisabled(Boolean disabled) Setter for the fielddisabled.voidsetEmail(org.alfresco.service.cmr.repository.NodeRef email) Setter for the fieldemail.voidsetEnforced(Boolean enforced) Setter for the fieldenforced.voidsetErrorLog(String errorLog) Setter for the fielderrorLog.voidsetFrequency(Integer frequency) Setter for the fieldfrequency.voidsetFrequencyStartDate(Date frequencyStartDate) Setter for the fieldfrequencyStartDate.voidsetNodeType(String nodeType) Setter for the fieldnodeType.voidsetRecurringDay(DayOfWeek recurringDay) Setter for the fieldrecurringDay.voidsetRecurringTime(RecurringTimeType recurringTime) Setter for the fieldrecurringTime.voidsetReportTpls(List<org.alfresco.service.cmr.repository.NodeRef> reportTpls) Setter for the fieldreportTpls.voidsetScript(org.alfresco.service.cmr.repository.NodeRef script) Setter for the fieldscript.voidsetScriptMode(ScriptMode scriptMode) Setter for the fieldscriptMode.voidsetSubject(String subject) Setter for the fieldsubject.voidsetTarget(org.alfresco.service.cmr.repository.NodeRef target) Setter for the fieldtarget.voidsetTimeType(DateFilterType timeType) Setter for the fieldtimeType.voidsetVersionFilterType(VersionFilterType versionFilterType) Setter for the fieldversionFilterType.toString()toString.Methods inherited from class fr.becpg.repo.repository.model.BeCPGDataObject
getAspects, getAspectsToRemove, getDbHashCode, getExtraProperties, getName, getNodeRef, getParentNodeRef, isTransient, setAspects, setAspectsToRemove, setDbHashCode, setExtraProperties, setName, setNodeRef, setParentNodeRef, setTransient
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
nodeType
-
dateField
-
condtions
-
target
private org.alfresco.service.cmr.repository.NodeRef target -
days
-
subject
-
email
private org.alfresco.service.cmr.repository.NodeRef email -
frequency
-
timeType
-
authorities
-
frequencyStartDate
-
versionFilterType
-
enforced
-
recurringTime
-
recurringDay
-
script
private org.alfresco.service.cmr.repository.NodeRef script -
scriptMode
-
errorLog
-
reportTpls
-
disabled
-
-
Constructor Details
-
NotificationRuleListDataItem
public NotificationRuleListDataItem()Constructor for NotificationRuleListDataItem.
-
-
Method Details
-
getDisabled
Getter for the field
disabled.- Returns:
- a
Booleanobject
-
setDisabled
Setter for the field
disabled.- Parameters:
disabled- aBooleanobject
-
getNodeType
Getter for the field
nodeType.- Returns:
- a
Stringobject.
-
setNodeType
Setter for the field
nodeType.- Parameters:
nodeType- aStringobject.
-
getDateField
Getter for the field
dateField.- Returns:
- a
Stringobject.
-
setDateField
Setter for the field
dateField.- Parameters:
dateField- aStringobject.
-
getTarget
public org.alfresco.service.cmr.repository.NodeRef getTarget()Getter for the field
target.- Returns:
- a
NodeRefobject.
-
setTarget
public void setTarget(org.alfresco.service.cmr.repository.NodeRef target) Setter for the field
target.- Parameters:
target- aNodeRefobject.
-
getCondtions
Getter for the field
condtions.- Returns:
- a
Stringobject.
-
setCondtions
Setter for the field
condtions.- Parameters:
condtions- aStringobject.
-
getFrequency
Getter for the field
frequency.- Returns:
- a int.
-
setFrequency
Setter for the field
frequency.- Parameters:
frequency- a int.
-
getDays
Getter for the field
days.- Returns:
- a int.
-
setDays
Setter for the field
days.- Parameters:
days- a int.
-
getTimeType
Getter for the field
timeType.- Returns:
- a
DateFilterTypeobject
-
setTimeType
Setter for the field
timeType.- Parameters:
timeType- aDateFilterTypeobject
-
getAuthorities
Getter for the field
authorities.- Returns:
- a
Listobject.
-
setAuthorities
Setter for the field
authorities.- Parameters:
authorities- aListobject.
-
getSubject
Getter for the field
subject.- Returns:
- a
Stringobject.
-
setSubject
Setter for the field
subject.- Parameters:
subject- aStringobject.
-
getEmail
public org.alfresco.service.cmr.repository.NodeRef getEmail()Getter for the field
email.- Returns:
- a
NodeRefobject.
-
setEmail
public void setEmail(org.alfresco.service.cmr.repository.NodeRef email) Setter for the field
email.- Parameters:
email- aNodeRefobject.
-
getFrequencyStartDate
Getter for the field
frequencyStartDate.- Returns:
- a
Dateobject.
-
setFrequencyStartDate
Setter for the field
frequencyStartDate.- Parameters:
frequencyStartDate- aDateobject.
-
getVersionFilterType
Getter for the field
versionFilterType.- Returns:
- a
VersionFilterTypeobject.
-
setVersionFilterType
Setter for the field
versionFilterType.- Parameters:
versionFilterType- aVersionFilterTypeobject.
-
getEnforced
Getter for the field
enforced.- Returns:
- a
Booleanobject.
-
setEnforced
Setter for the field
enforced.- Parameters:
enforced- a boolean.
-
getRecurringTime
Getter for the field
recurringTime.- Returns:
- a
RecurringTimeTypeobject.
-
setRecurringTime
Setter for the field
recurringTime.- Parameters:
recurringTime- aRecurringTimeTypeobject.
-
getRecurringDay
Getter for the field
recurringDay.- Returns:
- a
DayOfWeekobject.
-
getScript
public org.alfresco.service.cmr.repository.NodeRef getScript()Getter for the field
script.- Returns:
- a
NodeRefobject
-
setScript
public void setScript(org.alfresco.service.cmr.repository.NodeRef script) Setter for the field
script.- Parameters:
script- aNodeRefobject
-
getScriptMode
Getter for the field
scriptMode.- Returns:
- a
ScriptModeobject
-
setScriptMode
Setter for the field
scriptMode.- Parameters:
scriptMode- aScriptModeobject
-
setRecurringDay
Setter for the field
recurringDay.- Parameters:
recurringDay- aDayOfWeekobject.
-
getErrorLog
Getter for the field
errorLog.- Returns:
- a
Stringobject
-
setErrorLog
Setter for the field
errorLog.- Parameters:
errorLog- aStringobject
-
getReportTpls
Getter for the field
reportTpls.- Returns:
- a
NodeRefobject.
-
setReportTpls
Setter for the field
reportTpls.- Parameters:
reportTpls- aListobject
-
hashCode
public int hashCode()hashCode.
- Overrides:
hashCodein classBeCPGDataObject- Returns:
- a int.
-
equals
- Overrides:
equalsin classBeCPGDataObject
-
toString
toString.
- Overrides:
toStringin classBeCPGDataObject- Returns:
- a
Stringobject.
-