Index of All Elements
Package Indexes
[ g ]
[ h ]
[ i ]
[ l ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
g
- get_available_modules
- in file SugarSoapUsers.php, function get_available_modules()
Retrieve the list of available modules on the system available to the currently logged in user.
- get_document_revision
- in file SugarSoapUsers.php, function get_document_revision()
This method is used as a result of the .htaccess lock down on the cache directory. It will allow a properly authenticated user to download a document that they have proper rights to download.
- get_entries
- in file SugarSoapUsers.php, function get_entries()
Retrieve a list of SugarBean's based on provided IDs.
- get_entries_count
- in file SugarSoapUsers.php, function get_entries_count()
Retrieve number of records in a given module
- get_entry
- in file SugarSoapUsers.php, function get_entry()
Retrieve a single SugarBean based on ID.
- get_entry_list
- in file SugarSoapUsers.php, function get_entry_list()
Retrieve a list of beans. This is the primary method for getting list of SugarBeans from Sugar using the SOAP API.
- get_gmt_time
- in file SugarSoapUsers.php, function get_gmt_time()
Return the current time on the server in the format 'Y-m-d H:i:s'. This time is in GMT.
- get_mailmerge_document
- in file SugarSoapUsers.php, function get_mailmerge_document()
Enter description here...
- get_mailmerge_document2
- in file SugarSoapUsers.php, function get_mailmerge_document2()
Enter description here...
- get_module_fields
- in file SugarSoapUsers.php, function get_module_fields()
Retrieve vardef information on the fields of the specified bean.
- get_note_attachment
- in file SugarSoapUsers.php, function get_note_attachment()
Retrieve an attachment from a note
- get_related_notes
- in file SugarSoapUsers.php, function get_related_notes()
Retrieve the collection of notes that are related to a bean.
- get_relationships
- in file SugarSoapUsers.php, function get_relationships()
Retrieve a collection of beans tha are related to the specified bean.
- get_server_time
- in file SugarSoapUsers.php, function get_server_time()
Return the current time on the server in the format 'Y-m-d H:i:s'. This time is in the server's default timezone.
- get_server_version
- in file SugarSoapUsers.php, function get_server_version()
Retrieve the version number of Sugar that the server is running.
- get_sugar_flavor
- in file SugarSoapUsers.php, function get_sugar_flavor()
Retrieve the specific flavor of sugar.
- get_user_id
- in file SugarSoapUsers.php, function get_user_id()
Return the user_id of the user that is logged into the current session.
- get_user_team_id
- in file SugarSoapUsers.php, function get_user_team_id()
Return the ID of the default team for the user that is logged into the current session.
i
- is_loopback
- in file SugarSoapUsers.php, function is_loopback()
Check to see if the soap server and client are on the same machine.
- is_user_admin
- in file SugarSoapUsers.php, function is_user_admin()
Return if the user is an admin or not
l
- login
- in file SugarSoapUsers.php, function login()
Log the user into the application
- logout
- in file SugarSoapUsers.php, function logout()
Log out of the session. This will destroy the session and prevent other's from using it.
r
- relate_note_to_module
- in file SugarSoapUsers.php, function relate_note_to_module()
Attach a note to another bean. Once you have created a note to store an attachment, the note needs to be related to the bean.
s
- seamless_login
- in file SugarSoapUsers.php, function seamless_login()
Perform a seamless login. This is used internally during the sync process.
- search_by_module
- in file SugarSoapUsers.php, function search_by_module()
Given a list of modules to search and a search string, return the id, module_name, along with the fields as specified in the $query_array
- set_campaign_merge
- in file SugarSoapUsers.php, function set_campaign_merge()
Once we have successfuly done a mail merge on a campaign, we need to notify Sugar of the targets and the campaign_id for tracking purposes
- set_document_revision
- in file SugarSoapUsers.php, function set_document_revision()
Enter description here...
- set_entries
- in file SugarSoapUsers.php, function set_entries()
Update or create a list of SugarBeans
- set_entries_details
- in file SugarSoapUsers.php, function set_entries_details()
Update or create a list of SugarBeans, returning details about the records created/updated
- set_entry
- in file SugarSoapUsers.php, function set_entry()
Update or create a single SugarBean.
- set_note_attachment
- in file SugarSoapUsers.php, function set_note_attachment()
Add or replace the attachment on a Note.
- set_relationship
- in file SugarSoapUsers.php, function set_relationship()
Set a single relationship between two beans. The items are related by module name and id.
- set_relationships
- in file SugarSoapUsers.php, function set_relationships()
Setup several relationships between pairs of beans. The items are related by module name and id.
- SugarSoapUsers.php
- procedural page SugarSoapUsers.php
t
- test
- in file SugarSoapUsers.php, function test()
A simple test method that returns the string you pass into it. It is convenient for verifying connectivity and server availability.
u
- update_portal_user
- in file SugarSoapUsers.php, function update_portal_user()
Update the properties of a contact that is portal user. Add the portal user name to the user's properties.
v
- validate_authenticated
- in file SugarSoapUsers.php, function validate_authenticated()
Validate the provided session information is correct and current. Load the session.
|
|