public class AgendaItemBo extends PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
static String |
COPY_OF_TEXT |
extension, versionNumber
Constructor and Description |
---|
AgendaItemBo() |
Modifier and Type | Method and Description |
---|---|
AgendaItemBo |
copyAgendaItem(org.kuali.rice.krms.impl.repository.AgendaBo copiedAgenda,
Map<String,org.kuali.rice.krms.impl.repository.RuleBo> oldRuleIdToNew,
Map<String,AgendaItemBo> oldAgendaItemIdToNew,
List<AgendaItemBo> copiedAgendaItems,
String dts)
Returns a copy of this AgendaItem
|
String |
getAgendaId() |
AgendaItemBo |
getAlways() |
String |
getAlwaysId() |
List<AgendaItemBo> |
getAlwaysList() |
String |
getId() |
org.kuali.rice.krms.impl.repository.RuleBo |
getRule() |
String |
getRuleId() |
String |
getRuleText() |
String |
getSubAgendaId() |
String |
getUl(AgendaItemBo firstItem) |
String |
getUlHelper(AgendaItemBo item) |
AgendaItemBo |
getWhenFalse() |
String |
getWhenFalseId() |
AgendaItemBo |
getWhenTrue() |
String |
getWhenTrueId() |
void |
setAgendaId(String agendaId) |
void |
setAlways(AgendaItemBo always) |
void |
setAlwaysId(String alwaysId) |
void |
setId(String id) |
void |
setRule(org.kuali.rice.krms.impl.repository.RuleBo rule) |
void |
setRuleId(String ruleId) |
static void |
setSequenceAccessorService(SequenceAccessorService sas)
Set the SequenceAccessorService, useful for testing.
|
void |
setSubAgendaId(String subAgendaId) |
void |
setWhenFalse(AgendaItemBo whenFalse) |
void |
setWhenFalseId(String whenFalseId) |
void |
setWhenTrue(AgendaItemBo whenTrue) |
void |
setWhenTrueId(String whenTrueId) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
public static final String COPY_OF_TEXT
public AgendaItemBo()
public String getUl(AgendaItemBo firstItem)
public String getUlHelper(AgendaItemBo item)
public String getRuleText()
public List<AgendaItemBo> getAlwaysList()
public String getAgendaId()
public void setAgendaId(String agendaId)
agendaId
- the agendaId to setpublic String getSubAgendaId()
public void setSubAgendaId(String subAgendaId)
subAgendaId
- the subAgendaId to setpublic String getWhenTrueId()
public void setWhenTrueId(String whenTrueId)
whenTrueId
- the whenTrueId to setpublic String getWhenFalseId()
public void setWhenFalseId(String whenFalseId)
whenFalseId
- the whenFalseId to setpublic String getAlwaysId()
public void setAlwaysId(String alwaysId)
alwaysId
- the alwaysId to setpublic AgendaItemBo getWhenTrue()
public void setWhenTrue(AgendaItemBo whenTrue)
whenTrue
- the whenTrue to setpublic AgendaItemBo getWhenFalse()
public void setWhenFalse(AgendaItemBo whenFalse)
whenFalse
- the whenFalse to setpublic AgendaItemBo getAlways()
public void setAlways(AgendaItemBo always)
always
- the always to setpublic org.kuali.rice.krms.impl.repository.RuleBo getRule()
public void setRule(org.kuali.rice.krms.impl.repository.RuleBo rule)
rule
- the rule to setpublic AgendaItemBo copyAgendaItem(org.kuali.rice.krms.impl.repository.AgendaBo copiedAgenda, Map<String,org.kuali.rice.krms.impl.repository.RuleBo> oldRuleIdToNew, Map<String,AgendaItemBo> oldAgendaItemIdToNew, List<AgendaItemBo> copiedAgendaItems, String dts)
copiedAgenda
- the new Agenda that the copied AgendiaItem will be associated witholdRuleIdToNew
- Mapdts
- DateTimeStamp to append to the copied AgendaItem namepublic static void setSequenceAccessorService(SequenceAccessorService sas)
sas
- SequenceAccessorService to use for getNewId()Copyright © 2005–2016 The Kuali Foundation. All rights reserved.