public |
$MIXED | |
addItem | Public Function addItem source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | item | false | any | null | |
| return type | void |
|
decremtenItem | Public Function decremtenItem source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | arraypos | false | any | null | |
| return type | void |
|
exposeMixin | Public Function exposeMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Exposes a private function publicly | arguments | label | name | required | type | default | hint | | method | true | any | null | | | newName | false | any | | |
| return type | any |
|
getAccount | Public Function getAccount source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getAccount_id | Public Function getAccount_id (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getBillingCurrency | Public Function getBillingCurrency source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getCompanyName | Public Function getCompanyName (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getCustomerWin | Public Function getCustomerWin (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getFullname | Public Function getFullname source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getHasMonthlyBill | Public Function getHasMonthlyBill (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | boolean |
|
getIsAuthorisized | Public Function getIsAuthorisized (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | boolean |
|
getItems | Public Function getItems source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getOrder | Public Function getOrder (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getOrmService | Public Function getOrmService (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getPerson | Public Function getPerson source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getPerson_id | Public Function getPerson_id (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getPreferedProductLanguage | Public Function getPreferedProductLanguage (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getPreferredCurrency | Public Function getPreferredCurrency (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getPropertyMixin | Public Function getPropertyMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc gets a property | arguments | label | name | required | type | default | hint | | name | true | any | null | The name of the property to inject. | | scope | false | any | variables | The scope to which inject the property to. | | default | false | any | null | Default value to return |
| return type | any |
|
getTax | Public Function getTax source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getTaxRate | Public Function getTaxRate source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
getTotalOrderIncludingTax | Public Function getTotalOrderIncludingTax source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | numeric |
|
getUsername | Public Function getUsername (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | string |
|
getVAT | Public Function getVAT (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
hasItems | Public Function hasItems source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
hasMonthlyBill | Public Function hasMonthlyBill source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | boolean |
|
includeitMixin | Public Function includeitMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Facade for cfinclude | arguments | label | name | required | type | default | hint | | template | true | any | null | |
| return type | void |
|
incrementItem | Public Function incrementItem source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | arraypos | false | any | null | |
| return type | void |
|
init | Public Function init source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | Member |
|
injectMixin | Public Function injectMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Injects a method into the CFC | arguments | label | name | required | type | default | hint | | name | true | any | null | The name to inject the UDF as | | UDF | true | any | null | UDF to inject |
| return type | void |
|
injectPropertyMixin | Public Function injectPropertyMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc injects a property into the passed scope | arguments | label | name | required | type | default | hint | | propertyName | true | any | null | The name of the property to inject. | | propertyValue | true | any | null | The value of the property to inject | | scope | false | any | variables | The scope to which inject the property to. |
| return type | void |
|
invokerMixin | Public Function invokerMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Calls private/packaged/public methods | arguments | label | name | required | type | default | hint | | method | true | any | null | Name of the private method to call | | argCollection | false | any | null | Can be called with an argument collection struct | | argList | false | any | null | Can be called with an argument list, for simple values only: ex: 'object=logger,number=1' |
| return type | any |
|
isAuthorisized | Public Function isAuthorisized source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | boolean |
|
methodProxy | Public Function methodProxy source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc a method proxy | arguments | label | name | required | type | default | hint |
| return type | any |
|
populatePropertyMixin | Public Function populatePropertyMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Populates a property if it exists | arguments | label | name | required | type | default | hint | | propertyName | true | any | null | The name of the property to inject. | | propertyValue | true | any | null | The value of the property to inject | | scope | false | any | variables | The scope to which inject the property to. |
| return type | void |
|
removeItem | Public Function removeItem source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | arraypos | false | any | null | |
| return type | void |
|
removeItemByPos | Public Function removeItemByPos source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | arraypos | false | any | null | |
| return type | void |
|
removeMixin | Public Function removeMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc Removes a method in a CFC | arguments | label | name | required | type | default | hint | | UDFName | true | string | null | Name of the UDF to be removed |
| return type | void |
|
removePropertyMixin | Public Function removePropertyMixin source: /var/www/worldbox.net/coldbox/system/core/dynamic/MixerUtil.cfc removes a property from the cfc used. | arguments | label | name | required | type | default | hint | | propertyName | true | any | null | The name of the property to remove. | | scope | false | any | variables | The scope to which inject the property to. |
| return type | void |
|
resetOrder | Public Function resetOrder source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint |
| return type | any |
|
setAccount | Public Function setAccount source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | account | false | any | null | |
| return type | any |
|
setAccount_id | Public Function setAccount_id (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | account_id | true | string | | |
| return type | any |
|
setCompanyName | Public Function setCompanyName (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | companyName | true | string | | |
| return type | any |
|
setCustomerWin | Public Function setCustomerWin (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | customerWin | true | string | | |
| return type | any |
|
setFullname | Public Function setFullname (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | fullname | true | string | | |
| return type | any |
|
setHasMonthlyBill | Public Function setHasMonthlyBill (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | hasMonthlyBill | true | boolean | false | |
| return type | any |
|
setIsAuthorisized | Public Function setIsAuthorisized (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | isAuthorisized | true | boolean | false | |
| return type | any |
|
setOrder | Public Function setOrder (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | order | true | any | null | |
| return type | any |
|
setOrmService | Public Function setOrmService (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | ormService | true | any | null | |
| return type | any |
|
setPerson_id | Public Function setPerson_id (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | person_id | true | string | 0 | |
| return type | any |
|
setPreferedProductLanguage | Public Function setPreferedProductLanguage (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | preferedProductLanguage | true | string | | |
| return type | any |
|
setPreferredCurrency | Public Function setPreferredCurrency (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | preferredCurrency | true | any | null | |
| return type | any |
|
setUsername | Public Function setUsername (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | username | true | string | | |
| return type | any |
|
setVAT | Public Function setVAT (generated) source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | VAT | true | any | null | |
| return type | any |
|
updateOrder | Public Function updateOrder source: /var/www/worldbox.net/models/Member.cfc | arguments | label | name | required | type | default | hint | | cartid | false | any | null | | | customerreference | false | any | null | | | quantity | false | any | null | |
| return type | any |
|