|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.user.userUtility
public class userUtility
Constructor Summary | |
---|---|
init(any configBean, any utility, any settingsManager, any userDAO, any pluginManager)
|
Method Summary | |
---|---|
string |
getRandomPassword(numeric Length='6', string CharSet='Alpha', string Ucase='no')
|
query |
getUserByEmail([string email], string siteid='')
|
query |
getUserData([string userid='[runtime expression]'])
|
boolean |
login(string username='', string password='', [string siteid=''], [string lockdownCheck='false'], [string lockdownExpries=''])
|
any |
loginByQuery([any rsUser])
|
boolean |
loginByUserID(string userid='', [string siteid=''])
|
any |
returnLoginCheck([any $])
|
void |
sendActivationNotification([any userBean])
|
void |
sendLogin([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], string reply='', string bcc='', [string message=''])
|
string |
sendLoginByEmail([string email], string siteid='', string returnURL='[runtime expression]', string subject='', [string message=''])
|
boolean |
sendLoginByUser([any userBean], string siteid='', string returnURL='[runtime expression]', boolean isPublicReg='false', string subject='', [string message=''])
|
any |
setMailer(any mailer)
|
void |
setUserStruct([any user], any memberships='', any membershipids='')
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init(any configBean, any utility, any settingsManager, any userDAO, any pluginManager)
configBean
utility
settingsManager
userDAO
pluginManager
Method Detail |
---|
public string getRandomPassword(numeric Length='6', string CharSet='Alpha', string Ucase='no')
Length
CharSet
Ucase
public query getUserByEmail([string email], string siteid='')
email
siteid
public query getUserData([string userid='[runtime expression]'])
userid
public boolean login(string username='', string password='', [string siteid=''], [string lockdownCheck='false'], [string lockdownExpries=''])
username
password
siteid
lockdownCheck
lockdownExpries
public any loginByQuery([any rsUser])
rsUser
public boolean loginByUserID(string userid='', [string siteid=''])
userid
siteid
public any returnLoginCheck([any $])
$
public void sendActivationNotification([any userBean])
userBean
public void sendLogin([struct args='[runtime expression]'], [string sendto=''], [string from=''], [string subject=''], [string siteid=''], string reply='', string bcc='', [string message=''])
args
sendto
from
subject
siteid
reply
bcc
message
public string sendLoginByEmail([string email], string siteid='', string returnURL='[runtime expression]', string subject='', [string message=''])
email
siteid
returnURL
subject
message
public boolean sendLoginByUser([any userBean], string siteid='', string returnURL='[runtime expression]', boolean isPublicReg='false', string subject='', [string message=''])
userBean
siteid
returnURL
isPublicReg
subject
message
public any setMailer(any mailer)
mailer
public void setUserStruct([any user], any memberships='', any membershipids='')
user
memberships
membershipids
|
Mura CMS 6.1 | ||||
FRAMES |