public class CRMUIWalletBalancePeriodBean extends CRMUI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CREDIT_TOTALS |
static java.lang.String |
DEBIT_TOTALS |
static java.lang.String |
VOIDED_CREDIT_TOTALS |
static java.lang.String |
VOIDED_DEBIT_TOTALS |
Constructor and Description |
---|
CRMUIWalletBalancePeriodBean()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
com.crm.dataobject.wallets.CRMDOWalletBalancePeriod |
calculateAmounts(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod)
Calculates amounts for wallet balance period.
|
com.crm.dataobject.wallets.CRMDOWalletBalancePeriod |
createButton()
Creates a wallet balance period.
|
WalletBalancePerPeriodErrorsForm |
createViewWalletBalancePeriodErrorsForm(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod) |
WalletBalancePeriodRun |
createWalletBalancePeriodRun(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod) |
com.crm.dataobject.wallets.CRMDOWalletBalancePeriod |
deleteButton(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod accountPeriod)
Deletes wallet balance period.
|
com.crm.framework.main.LookupBuilder |
getLifeCycleStateOptions()
Returns the wallet balance period life cycle state options.
|
com.crm.framework.main.LookupBuilder |
getLifeCycleStateOptions(java.lang.String emptyValue)
Returns the wallet balance period life cycle state options.
|
com.crm.dataobject.wallets.CRMDOWalletBalancePeriod |
loadForm(java.lang.String id)
Loads wallet balance period form.
|
com.crm.dataobject.wallets.CRMDOWalletBalancePeriod |
saveButton(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod accountPeriod)
Saves wallet balance period.
|
WalletBalancePeriodRun |
submitCalculatingWalletBalancePeriodButton(WalletBalancePeriodRun walletBalancePeriodRun)
Schedules Calculating wallet balance Period.
|
void |
validateCalculatingWalletBalancePeriod()
Validates if the wallet balance period calculation can be performed.
|
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 static java.lang.String DEBIT_TOTALS
public static java.lang.String CREDIT_TOTALS
public static java.lang.String VOIDED_DEBIT_TOTALS
public static java.lang.String VOIDED_CREDIT_TOTALS
public CRMUIWalletBalancePeriodBean()
public com.crm.dataobject.wallets.CRMDOWalletBalancePeriod createButton() throws java.lang.Exception
java.lang.Exception
public com.crm.dataobject.wallets.CRMDOWalletBalancePeriod loadForm(java.lang.String id) throws java.lang.Exception
id
- - the wallet balance period id to loadjava.lang.Exception
public com.crm.dataobject.wallets.CRMDOWalletBalancePeriod saveButton(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod accountPeriod) throws java.lang.Exception
accountPeriod
- - the wallet balance period to savejava.lang.Exception
public com.crm.dataobject.wallets.CRMDOWalletBalancePeriod deleteButton(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod accountPeriod) throws java.lang.Exception
accountPeriod
- - the wallet balance period to deletejava.lang.Exception
public com.crm.framework.main.LookupBuilder getLifeCycleStateOptions() throws java.lang.Exception
java.lang.Exception
public com.crm.framework.main.LookupBuilder getLifeCycleStateOptions(java.lang.String emptyValue) throws java.lang.Exception
emptyValue
- - an empty value for a wallet balance period life cycle state option.java.lang.Exception
public com.crm.dataobject.wallets.CRMDOWalletBalancePeriod calculateAmounts(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod) throws java.lang.Exception
walletBalancePeriod
- - the wallet balance period to calculate the amounts forjava.lang.Exception
public WalletBalancePeriodRun createWalletBalancePeriodRun(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod) throws java.lang.Exception
java.lang.Exception
public WalletBalancePerPeriodErrorsForm createViewWalletBalancePeriodErrorsForm(com.crm.dataobject.wallets.CRMDOWalletBalancePeriod walletBalancePeriod) throws java.lang.Exception
java.lang.Exception
public WalletBalancePeriodRun submitCalculatingWalletBalancePeriodButton(WalletBalancePeriodRun walletBalancePeriodRun) throws java.lang.Exception, com.crm.exception.InvalidValueException
walletBalancePeriodRun
- - the wallet balance period run formjava.lang.Exception
com.crm.exception.InvalidValueException
public void validateCalculatingWalletBalancePeriod() throws java.lang.Exception
java.lang.Exception