| public |
| addUser | Public Function addUser source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Adds all values for a user. Creates also a disk. | | arguments | | label | name | required | type | default | hint | | valueStructure | true | struct | null | The names and their values. |
| | return type | struct |
|
| addUserGroups | Public Function addUserGroups source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Makes a user member of groups. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | wg_id | true | string | null | The ID(s) of the groups. |
| | return type | struct |
|
| addUserStandardValues | Public Function addUserStandardValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Inserts the standard values for a user. | | arguments | | label | name | required | type | default | hint | | standardStructure | true | struct | null | The standard names and their values. |
| | return type | struct |
|
| checkNumericList | Public Function checkNumericList source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Checks if each element in a list is numeric | | arguments | | label | name | required | type | default | hint | | list | true | string | null | The list to check | | add | false | numeric | null | If a list is empty, then add the add |
| | return type | any |
|
| COMPONENTCACHE | |
| concatQuery | Public Function concatQuery source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Concats two queries, and returns one query | | arguments | | label | name | required | type | default | hint | | query1 | true | query | null | The first query. | | query2 | true | query | null | The second query. | | columnList | false | string | * | If you want to select only some columns in stead of of all columns. Usefull if you want to concat queries with different columns. |
| | return type | query |
|
| countUserGroups | Public Function countUserGroups source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the amount of groups of a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| countUserLoginStats | Public Function countUserLoginStats source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the amount of logins for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| countUsersOnline | Public Function countUsersOnline source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the amount of online users. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| createComponent | Public Function createComponent source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | any |
|
| CreateCustomField | Public Function CreateCustomField source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Creates a new custom field. | | arguments | | label | name | required | type | default | hint | | wcf_name | true | string | null | The display name. | | wcf_varname | true | string | null | The internal var name, the column name. | | wcf_wistype | true | numeric | null | The type of the field, 1=company,2=group,3=user | | mcft_id | true | numeric | null | The type of the field, 1=tekst,2=select,3=photo,4=textarea,5=selectmultiple |
| | return type | struct |
|
| CreateCustomFieldOption | Public Function CreateCustomFieldOption source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Creates a new option for a custom field | | arguments | | label | name | required | type | default | hint | | wcf_id | true | numeric | null | The id of the multiple select field | | wcfs_varname | true | string | null | The unique variable name | | wcfs_value | true | string | null | The value of the new option |
| | return type | struct |
|
| createHash | Public Function createHash source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns a hashed password | | arguments | | label | name | required | type | default | hint | | password | false | any | null | |
| | return type | string |
|
| deleteUser | Public Function deleteUser source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Deletes a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| deleteUserGroups | Public Function deleteUserGroups source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Removes a user from groups. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | wg_id | true | string | null | The ID(s) of the groups. |
| | return type | struct |
|
| displayAlertError | Public Function displayAlertError source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Alerts optional errormessages. | | arguments | | label | name | required | type | default | hint | | inputStructure | true | struct | null | The structure returned from another function | | addScriptTags | false | boolean | true | Do you want to add the script tags around the alert message? |
| | return type | struct |
|
| displayHTMLError | Public Function displayHTMLError source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Displays optional errormessages in HTML. | | arguments | | label | name | required | type | default | hint | | inputStructure | true | struct | null | The structure returned from another function. |
| | return type | struct |
|
| filterUsers | Public Function filterUsers source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the records of inputquery where the users are below the company specified. | | arguments | | label | name | required | type | default | hint | | wc_id | true | numeric | null | The ID of the company. | | filterQuery | true | query | null | The query to be filtered. |
| | return type | struct |
|
| generateAddSQL | Public Function generateAddSQL source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Generates output for a SQL query statement (adding). | | arguments | | label | name | required | type | default | hint | | addStructure | true | struct | null | The columns and values to add. |
| | return type | struct |
|
| generateUpdateSQL | Public Function generateUpdateSQL source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Generates output for a SQL query statement (updating). | | arguments | | label | name | required | type | default | hint | | updateStructure | true | struct | null | The columns and values to update. |
| | return type | struct |
|
| genPos | Public Function genPos source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Creates an order id for queries | | arguments | | label | name | required | type | default | hint | | key | true | string | null | The key the of id's | | list | true | string | null | The list of id's |
| | return type | string |
|
| getComponent | Public Function getComponent source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | componentName | true | string | null | |
| | return type | any |
|
| getCustomInfo | Public Function getCustomInfo source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Returns the info about the custom names for companies, groups or users. | | arguments | | label | name | required | type | default | hint | | type | true | string | null | The type, values: company, group, user or file. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getCustomSelectInfo | Public Function getCustomSelectInfo source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Returns the options of a selectfield for a company, group or user. | | arguments | | label | name | required | type | default | hint | | type | true | string | null | The type, values: company, group or user. | | wcf_id | true | numeric | null | The ID of the field. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getCustomSelectorInfo | Public Function getCustomSelectorInfo source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc | | arguments | | label | name | required | type | default | hint | | selectorList | true | any | null | | | ml_id | true | numeric | null | |
| | return type | any |
|
| getCustomValues | Public Function getCustomValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Returns the custom values for a company, group or user. | | arguments | | label | name | required | type | default | hint | | type | true | string | null | The type, values: company, group or user. | | id | true | string | null | The ID(s) of the companies, groups or users. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getQuery | Public Function getQuery source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Allows you to create a query in a cfscript. | | arguments | | label | name | required | type | default | hint | | body | true | string | null | The body of the query |
| | return type | query |
|
| getQueryRecords | Public Function getQueryRecords source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns the specified amount of records. | | arguments | | label | name | required | type | default | hint | | query | true | query | null | The query. | | recordCount | true | numeric | null | The amount of records to return. |
| | return type | query |
|
| getSomVerzorgerId | Public Function getSomVerzorgerId source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the verzorgerId given the verzorgder UUID | | arguments | | label | name | required | type | default | hint | | sourceId | false | any | null | |
| | return type | numeric |
|
| getUser | Public Function getUser source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Gets a Java User object | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | |
| | return type | any |
|
| getUserByLoginName | Public Function getUserByLoginName source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the wu_id of the user with the given loginname | | arguments | | label | name | required | type | default | hint | | wu_loginname | true | string | null | The proposed login. | | searchInSLF | false | boolean | false | Include secondary login field |
| | return type | numeric |
|
| getUserByLoginNameAndCompany | Public Function getUserByLoginNameAndCompany source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the wu_id of the user with the given loginname | | arguments | | label | name | required | type | default | hint | | wu_loginname | true | string | null | The proposed login. | | wc_id | false | numeric | -1 | The id of the company. | | searchInSLF | false | boolean | false | Include secondary login field |
| | return type | numeric |
|
| getUserCustomInfo | Public Function getUserCustomInfo source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the info about the custom names for users. | | arguments | | label | name | required | type | default | hint | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getUserCustomSelectInfo | Public Function getUserCustomSelectInfo source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the options of a selectfield for users. | | arguments | | label | name | required | type | default | hint | | wcf_id | true | numeric | null | The ID of the field. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getUserCustomValues | Public Function getUserCustomValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the custom values for users. | | arguments | | label | name | required | type | default | hint | | wu_id | true | string | null | The ID(s) of the users. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| getUserDefaultValues | Public Function getUserDefaultValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the default values for a user. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| getUserGroups | Public Function getUserGroups source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the groups of a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| getUserIdBySourceId | Public Function getUserIdBySourceId source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc | | arguments | | label | name | required | type | default | hint | | idField | true | string | null | the field in which the source id is stored | | sourceId | true | string | null | the source id of the user | | wc_id | true | numeric | null | The id of the company |
| | return type | any |
|
| getUserLoginDetails | Public Function getUserLoginDetails source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc | | arguments | | label | name | required | type | default | hint | | loginname | false | any | null | | | password | false | any | null | |
| | return type | any |
|
| getUserLoginStats | Public Function getUserLoginStats source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the logins for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | startdate | false | numeric | null | The start of the timespan (in WISnumberformat(r)). | | enddate | false | numeric | null | The end of the timespan (in WISnumberformat(r)). |
| | return type | struct |
|
| getUserMaxLogin | Public Function getUserMaxLogin source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the most recent login for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| getUserProperties | Public Function getUserProperties source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc | | arguments | | label | name | required | type | default | hint | | loginname | false | any | null | | | propertyString | false | any | null | | | searchInSecondaryLoginField | false | any | true | |
| | return type | any |
|
| getUsersByEmailAdress | Public Function getUsersByEmailAdress source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the wu_id of the user with the given email adress | | arguments | | label | name | required | type | default | hint | | wu_email | true | string | null | The email adress of the user(s) you seek. | | wc_id | true | Numeric | null | The company you want to search for this user | | wg_id | false | Numeric | 0 | The group the user(s) are in |
| | return type | array |
|
| getUsersFromCompany | Public Function getUsersFromCompany source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns all the users of a company. Can also filter usertypes. | | arguments | | label | name | required | type | default | hint | | wc_id | true | numeric | null | The company id | | wg_type_filter | false | string | 0,1,2,3 | Specifies a list of group types, only the which are in a lists group type will be getted. |
| | return type | struct |
|
| getUsersOnline | Public Function getUsersOnline source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the online users. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| getUserStandardNames | Public Function getUserStandardNames source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the standard names for users. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| getUserStandardValues | Public Function getUserStandardValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the standard values for users. | | arguments | | label | name | required | type | default | hint | | wu_id | true | string | null | The ID(s) of the users. |
| | return type | struct |
|
| getUserType | Public Function getUserType source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Gets the maximum role of a user (lite, normal or admin). | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| getUserValues | Public Function getUserValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns all values for users. | | arguments | | label | name | required | type | default | hint | | wu_id | true | string | null | The ID(s) of the users. | | ml_id | true | numeric | null | The ID of the language. |
| | return type | struct |
|
| grep | Public Function grep source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc finds a struct with given property value in array of structs | | arguments | | label | name | required | type | default | hint | | arr | true | any | null | | | prop | true | any | null | | | value | true | any | null | |
| | return type | any |
|
| isAdmin | Public Function isAdmin source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Checks if the given user is administrator. | | arguments | | label | name | required | type | default | hint | | wu_id | false | numeric | -1 | The ID of the user to check. |
| | return type | boolean |
|
| isUserInGroup | Public Function isUserInGroup source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns if the user is in the given group. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | wg_id | true | numeric | null | The ID of the user. |
| | return type | boolean |
|
| isUserLoginUnique | Public Function isUserLoginUnique source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns whether the login is unique or not. | | arguments | | label | name | required | type | default | hint | | wu_loginname | true | string | null | The proposed login. | | wu_id | false | numeric | -1 | The ID of the user. |
| | return type | boolean |
|
| isUserOnline | Public Function isUserOnline source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns the status of a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | boolean |
|
| isValidUser | Public Function isValidUser source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Checks if the given user exists. | | arguments | | label | name | required | type | default | hint | | wu_id | false | numeric | -1 | The ID of the user to check. |
| | return type | boolean |
|
| joinLists | Public Function joinLists source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Joins two lists and filters the duplicates. | | arguments | | label | name | required | type | default | hint | | list1 | true | string | null | The first (filtered) list. | | list2 | true | string | null | The second (filtered) list. |
| | return type | string |
|
| logDebug | Public Function logDebug source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | message | false | any | null | | | exception | false | any | null | The optional cfcatch structure. |
| | return type | any |
|
| logError | Public Function logError source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | message | false | any | null | | | exception | false | any | null | The optional cfcatch structure. |
| | return type | any |
|
| logInfo | Public Function logInfo source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | message | false | any | null | | | exception | false | any | null | The optional cfcatch structure. |
| | return type | any |
|
| logOffAllUsers | Public Function logOffAllUsers source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Takes all necessary actions when the users logs off. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| logOffUser | Public Function logOffUser source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Takes all necessary actions when a user logs off. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| logWarn | Public Function logWarn source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | message | false | any | null | | | exception | false | any | null | The optional cfcatch structure. |
| | return type | any |
|
| makeUniqueString | Public Function makeUniqueString source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc makes a string unique | | arguments | | label | name | required | type | default | hint | | str | true | string | null | | | arr | true | array | null | | | count | false | numeric | 0 | |
| | return type | string |
|
| mayAccessLiveEdit | Public Function mayAccessLiveEdit source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Checks if the given user has LiveEdit access. | | arguments | | label | name | required | type | default | hint | | wu_id | false | numeric | -1 | The ID of the user to check. |
| | return type | boolean |
|
| parseXMLFile | Public Function parseXMLFile source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | filePath | false | string | null | |
| | return type | any |
|
| placeImage | Public Function placeImage source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint |
| | return type | any |
|
| queryToArray | Public Function queryToArray source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns an array containing the items from the query. | | arguments | | label | name | required | type | default | hint | | inputQuery | true | query | null | The query to convert to an array. | | dataColumn | true | string | null | The column containing the data to return. |
| | return type | array |
|
| QueryToCSV | Public Function QueryToCSV source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc take a query and convert it to a comma separated value string. | | arguments | | label | name | required | type | default | hint | | Query | true | query | null | the query being converted to CSV. | | Fields | true | string | null | the list of query fields to be used when creating the CSV value. | | CreateHeaderRow | false | boolean | true | flag whether or not to create a row of header values. | | Delimiter | false | string | , | the field delimiter in the CSV value. |
| | return type | string |
|
| queryToList | Public Function queryToList source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns a list containing the items from the query. | | arguments | | label | name | required | type | default | hint | | inputQuery | true | query | null | The query to convert to a list. | | dataColumn | false | string | null | The optional column containing the data. If not specified, the first column is used. |
| | return type | string |
|
| QueryToStruct | Public Function QueryToStruct source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Converts an entire query or the given record to a struct. This might return a structure (single record) or an array of structures. | | arguments | | label | name | required | type | default | hint | | Query | true | query | null | | | Row | false | numeric | 0 | which row? 0 = all | | ColumnList | false | string | All | which columns do you want to convert? | | DateToISO8601 | false | boolean | false | Converts dates to ISO-8601 string |
| | return type | any |
|
| readFile | Public Function readFile source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | filePath | false | string | null | |
| | return type | string |
|
| removeCustomRecord | Public Function removeCustomRecord source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Deletes all custom field values for the given object | | arguments | | label | name | required | type | default | hint | | object_type | true | String | null | | | object_id | true | numeric | null | |
| | return type | any |
|
| ReplaceListNoCase | Public Function ReplaceListNoCase source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc | | arguments | | label | name | required | type | default | hint | | input | true | string | null | The string where to replace in. | | list1 | true | string | null | The list of the strings to be replaced | | list2 | true | string | null | The list of the strings which are the new items. | | delimiter | false | string | , | The delimiter of the lists. |
| | return type | string |
|
| returnError | Public Function returnError source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns a structure containing detailed error info. It also logs the error in the CF-admin. | | arguments | | label | name | required | type | default | hint | | me_id | true | numeric | null | The code for this error, it will be used to get the errormessage. | | errorStructure | false | any | null | The optional cfcatch structure. | | dumpVariable | false | any | null | An optional variable to dump. |
| | return type | struct |
|
| returnQueryFromString | Public Function returnQueryFromString source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Generates a query with columns and multiple records. | | arguments | | label | name | required | type | default | hint | | columnName | true | string | null | The columnname, this could be a list. | | value | true | string | null | The value. This could be a list | | valueSeparator | false | string | , | A separator for the value list, default is ','. This separates the columns. | | recordSeparator | false | string | ; | A separator for the value list, default is ';'. This separates the records |
| | return type | query |
|
| returnResult | Public Function returnResult source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns a structure containing status info and a resultquery (optional). | | arguments | | label | name | required | type | default | hint | | resultQuery | false | query | null | The optional query containing the result. |
| | return type | struct |
|
| returnSecurity | Public Function returnSecurity source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns a security breach. | | arguments | | label | name | required | type | default | hint |
| | return type | struct |
|
| searchCustomFileFields | Public Function searchCustomFileFields source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc | | arguments | | label | name | required | type | default | hint | | searchFields | true | struct | null | | | ml_id | true | numeric | null | | | useOR | false | boolean | true | |
| | return type | any |
|
| searchUsers | Public Function searchUsers source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Returns users with a search constraint. Searches loginnames and fullnames. | | arguments | | label | name | required | type | default | hint | | wu_id | true | string | null | The ID(s) of the users. | | search | false | string | | A string containing the search. | | sort | false | numeric | -1 | The sorttype. |
| | return type | struct |
|
| setSomVerzorgerId | Public Function setSomVerzorgerId source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Sets the mapping for the UUID and Id for a verzorger | | arguments | | label | name | required | type | default | hint | | sourceId | false | any | null | | | id | false | any | null | |
| | return type | void |
|
| setUserCustomValues | Public Function setUserCustomValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Updates the custom values for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | customStructure | true | struct | null | The custom names and their values. |
| | return type | struct |
|
| setUserStandardValues | Public Function setUserStandardValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Updates the standard values for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | standardStructure | true | struct | null | The standard names and their values. |
| | return type | struct |
|
| setUserValues | Public Function setUserValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Sets all values for a user. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | valueStructure | true | struct | null | The names and their values. |
| | return type | struct |
|
| setValues | Public Function setValues source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/FieldsIO.cfc Updates all values for a company, user or group. | | arguments | | label | name | required | type | default | hint | | type | true | string | null | The type, values: company, group or user. | | id | true | numeric | null | The ID of the company, group or user. | | valueStructure | true | struct | null | The fieldnames and their values. | | ml_id | false | numeric | -1 | The fieldnames and their values. |
| | return type | struct |
|
| switchUserStatus | Public Function switchUserStatus source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Sets a user active/inactive. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. |
| | return type | struct |
|
| textToNumber | Public Function textToNumber source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Returns a number for the english word | | arguments | | label | name | required | type | default | hint | | text | true | any | null | |
| | return type | numeric |
|
| trueFalseFormat | Public Function trueFalseFormat source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc convert cf string to boolean | | arguments | | label | name | required | type | default | hint | | exp | true | any | null | |
| | return type | any |
|
| uniqueListAppend | Public Function uniqueListAppend source: /usr/local/tomcat/webapps/ROOT/Components/Result/ReturnStruct.cfc Adds an item to the list if that list does not contain it already. | | arguments | | label | name | required | type | default | hint | | list | true | string | null | The list. | | items | true | string | null | The item(s) to add. | | delimiter | false | string | , | The delimiter (optional). |
| | return type | string |
|
| updateStatisticsAsynchronous | Public Function updateStatisticsAsynchronous source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Updates the WIS loginstatistics. Operates asynchronous. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | HTTP_USER_AGENT | true | string | null | The useragent of the user. | | REMOTE_ADDR | true | string | null | The IP-address of the user. | | logonTime | true | date | null | The time of the logon. | | type | false | numeric | 1 | Is the login-attempt succesful? |
| | return type | any |
|
| updateStatisticsSynchronous | Public Function updateStatisticsSynchronous source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Updates the WIS loginstatistics. | | arguments | | label | name | required | type | default | hint | | wu_id | true | numeric | null | The ID of the user. | | HTTP_USER_AGENT | true | string | null | The useragent of the user. | | REMOTE_ADDR | true | string | null | The IP-address of the user. | | logonTime | true | date | null | The time of the logon. | | type | false | numeric | 1 | Is the login-attempt succesful? |
| | return type | any |
|
| userIsBlocked | Public Function userIsBlocked source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Return if an user is blocked by loginname. | | arguments | | label | name | required | type | default | hint | | wu_loginname | false | string | | The loginname of the user. | | searchInSLF | false | boolean | true | Include secondary login field |
| | return type | struct |
|
| validatePassword | Public Function validatePassword source: /usr/local/tomcat/webapps/ROOT/Components/AdminCtrl/UserIO.cfc Is the password valid? | | arguments | | label | name | required | type | default | hint | | password | false | any | null | | | goodHash | false | any | null | |
| | return type | boolean |
|