public class CRMUIUdrDestinationCategoryBean extends CRMUI
Constructor and Description |
---|
CRMUIUdrDestinationCategoryBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.billing.CRMDOUdrDestinationCategory |
addChildButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form,
java.lang.String parentID)
Adds an udr destination category as a child.
|
com.crm.dataobject.billing.CRMDOUdrDestinationCategory |
addRootButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form)
Adds a udr destination category as a root.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
changeParentButton(java.util.ArrayList<com.crm.dataobject.CRMDO> children,
java.lang.String parentID,
com.crm.dataobject.billing.UdrDestinationCategoriesForm form)
Changes the parent of udr destination categories.
|
void |
copyToUdrSourceCategoryButton(java.util.ArrayList<com.crm.dataobject.CRMDO> udrDestinationCategories)
Copies the udr source categories.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
deleteButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtos)
Deletes the udr source categories.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
editButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form)
Loads a form of udr destination categories.
|
java.lang.Boolean |
isExists(com.crm.dataobject.CRMDO parent,
java.util.ArrayList<com.crm.dataobject.billing.CRMDOUdrSourceCategory> udrSourceCategories)
Checks if a udr destination category exists in a list of udr source categories.
|
java.lang.Boolean |
isParentExists(com.crm.dataobject.CRMDO parent,
java.util.ArrayList<com.crm.dataobject.CRMDO> udrDestinationCategories)
Checks if a udr destination category exists in a list of udr destination categories.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
loadForm()
Loads a form of udr destination categories.
|
java.util.ArrayList<com.crm.dataobject.CRMDO> |
makeRootButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtos)
Makes an udr destination category a root.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
saveButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form)
Saves the udr destination categories.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
saveFromModalButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form)
Saves the udr destination categories.
|
com.crm.dataobject.billing.UdrDestinationCategoriesForm |
setCategoryModal(com.crm.dataobject.billing.UdrDestinationCategoriesForm form,
com.crm.dataobject.billing.CRMDOUdrDestinationCategory udrDestinationCategory) |
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, setMandatoryField, setMandatoryFields, setOwnerGroup
public CRMUIUdrDestinationCategoryBean()
public com.crm.dataobject.billing.UdrDestinationCategoriesForm loadForm() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.billing.CRMDOUdrDestinationCategory addRootButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form) throws java.lang.Exception
form
- - a form of udr destination categoriesjava.lang.Exception
public com.crm.dataobject.billing.CRMDOUdrDestinationCategory addChildButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form, java.lang.String parentID) throws java.lang.Exception
form
- - a form of udr destination categoriesparentID
- - the parent idjava.lang.Exception
public com.crm.dataobject.billing.UdrDestinationCategoriesForm saveButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form) throws java.lang.Exception
form
- - a form of udr destination categoriesjava.lang.Exception
public com.crm.dataobject.billing.UdrDestinationCategoriesForm editButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form) throws java.lang.Exception
form
- - a form of udr destination categoriesjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> deleteButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtos) throws java.lang.Exception
dtos
- - a list of udr source categoriesjava.lang.Exception
public java.util.ArrayList<com.crm.dataobject.CRMDO> makeRootButton(java.util.ArrayList<com.crm.dataobject.CRMDO> dtos) throws java.lang.Exception
dtos
- - a list of udr destination categoriesjava.lang.Exception
public com.crm.dataobject.billing.UdrDestinationCategoriesForm changeParentButton(java.util.ArrayList<com.crm.dataobject.CRMDO> children, java.lang.String parentID, com.crm.dataobject.billing.UdrDestinationCategoriesForm form) throws java.lang.Exception
children
- - a list of children categoriesparentID
- - a parent idform
- - a form of udr destination categoriesjava.lang.Exception
public com.crm.dataobject.billing.UdrDestinationCategoriesForm setCategoryModal(com.crm.dataobject.billing.UdrDestinationCategoriesForm form, com.crm.dataobject.billing.CRMDOUdrDestinationCategory udrDestinationCategory) throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.billing.UdrDestinationCategoriesForm saveFromModalButton(com.crm.dataobject.billing.UdrDestinationCategoriesForm form) throws java.lang.Exception
form
- - a form of udr destination categoriesjava.lang.Exception
public void copyToUdrSourceCategoryButton(java.util.ArrayList<com.crm.dataobject.CRMDO> udrDestinationCategories) throws java.lang.Exception, com.crm.exception.MandatoryFieldException
udrDestinationCategories
- - a list of udr source categoriesjava.lang.Exception
com.crm.exception.MandatoryFieldException
public java.lang.Boolean isParentExists(com.crm.dataobject.CRMDO parent, java.util.ArrayList<com.crm.dataobject.CRMDO> udrDestinationCategories)
parent
- - the udr destination category to searchudrDestinationCategories
- - the udr destination categories to search frompublic java.lang.Boolean isExists(com.crm.dataobject.CRMDO parent, java.util.ArrayList<com.crm.dataobject.billing.CRMDOUdrSourceCategory> udrSourceCategories)
parent
- - the udr destination category to searchudrSourceCategories
- - the udr source categories to search from