public class CRMUISegmentCriteriaTemplateBean extends CRMUI
Constructor and Description |
---|
CRMUISegmentCriteriaTemplateBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.segments.CRMDOSegment |
copyCriteria(com.crm.dataobject.segments.CRMDOSegment segment,
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate)
Copies the criteria from the criteria template to the segment.
|
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate |
createButton()
Creates a segment criteria template.
|
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate |
deleteButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate)
Deletes a segment criteria template.
|
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate |
editButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate)
Loads a segment criteria template form.
|
com.crm.framework.main.LookupBuilder |
getCriteriaTemplates()
Returns the criteria template options.
|
com.crm.framework.main.LookupBuilder |
getCriteriaTemplates(java.lang.String emptyValue)
Returns the criteria template options.
|
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate |
loadForm(java.lang.String id)
Loads a segment criteria template form.
|
com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate |
saveButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate)
Saves and posts a segment criteria template.
|
addAttachmentButton, addTrace, assignEntity, echoDto, echoDto, echoDto, echoDtos, getAccountsReceivableEntityOptions, getActiveInactiveOptions, getActiveInactiveOptions, getAllowedDeniedOptions, getAllowedDeniedOptions, getApplicationOptions, getArchiveDataEntityOptions, getArchiveDataEntityOptions, getArchiveEntityOptions, getArchiveEntityOptions, getAssignableEntityOptions, getCurrentDateString, getCurrentDay, getCurrentMonth, getCurrentYear, getDayOfWeekOptions, getDayOfWeekOptions, getDtoFromCollection, getEntityCategoryOptions, getEntityFieldOptions, getEntityOptions, getEntityStateOptions, getEntityStatusOptions, getEntityTypeOptions, getExplicitViewingAccessEntityOptions, getHourOptions, getHourOptions, getImplicitViewingAccessEntityOptions, getModuleOptions, getModulePrintoutOptions, getModuleProcessOptions, getMonthEndDate, getMonthStartDate, getOperatorOptions, getOperatorOptions, getStateOptions, getStringFormattingOptions, getStringFormattingOptions, getTimeOfDayOptions, getTimeOfDayOptions, getTrueFalseOptions, getTrueFalseOptions, getUnitOfTimeOptions, getUnitOfTimeOptions, getWeekEndDate, getWeekStartDate, getYesNoOptions, getYesNoOptions, invoke, load, loadAchivedData, loadAttachmentsTab, loadDaysOfMonthOptions, loadMonthNumberOptions, loadMonthNumberOptions, loadMonthOptions, loadMonthOptions, readFileContent, removeAttachmentButton, setDtoAsNotEditable, setDtoAsNotModified, setMandatoryField, setMandatoryFields, setOwnerGroup
public CRMUISegmentCriteriaTemplateBean()
public com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate loadForm(java.lang.String id) throws java.lang.Exception
id
- - the segment criteria template id to loadjava.lang.Exception
public com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate saveButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate) throws java.lang.Exception
segmentCriteriaTemplate
- - the segment criteria template to save and postjava.lang.Exception
public com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate editButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate) throws java.lang.Exception
segmentCriteriaTemplate
- - the segment criteria template to loadjava.lang.Exception
public com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate deleteButton(com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate) throws java.lang.Exception
segmentCriteriaTemplate
- - the segment criteria template to deletejava.lang.Exception
public com.crm.framework.main.LookupBuilder getCriteriaTemplates() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getCriteriaTemplates(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a criteria template optionjava.lang.Exception
public com.crm.dataobject.segments.CRMDOSegment copyCriteria(com.crm.dataobject.segments.CRMDOSegment segment, com.crm.dataobject.segments.CRMDOSegmentCriteriaTemplate segmentCriteriaTemplate)
segment
- - the segment to copy the criteria tosegmentCriteriaTemplate
- - the criteria template to copy the criteria from