Klasse GroovyApplicationUserProfile
- Alle implementierten Schnittstellen:
groovy.lang.GroovyObject
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungGroovyApplicationUserProfile(de.uplanet.lucy.server.binding.IBinding p_binding) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddeleteProfileValue(String p_key) Removes the application user profile entry of the current application.voiddeleteProfileValue(String p_appGuid, String p_key) Removes the application user profile entry.getProfileValue(String p_key) Gets a application user profile entry of the current application.getProfileValue(String p_appGuid, String p_key) Gets a application user profile entry.getProperty(String p_strKey) Works only in environments where a current application is available.booleanhasProfileValue(String p_key) Checks the existing of an application user profile entry in the current application.booleanhasProfileValue(String p_appGuid, String p_key) Checks the existing of an application user profile entry.voidWorks only in environments where a current application is available.voidsetProfileValue(String p_key, String p_value) Set a application user profile entry of the current application.voidsetProfileValue(String p_appGuid, String p_key, String p_value) Set a application user profile entry.voidsetProperty(String p_strKey, Object p_value) Works only in environments where a current application is available.Von Klasse geerbte Methoden groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClassVon Klasse geerbte Methoden java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden groovy.lang.GroovyObject
invokeMethod
-
Konstruktordetails
-
GroovyApplicationUserProfile
public GroovyApplicationUserProfile(de.uplanet.lucy.server.binding.IBinding p_binding)
-
-
Methodendetails
-
hasProfileValue
Checks the existing of an application user profile entry in the current application.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_key- The profile key- Gibt zurück:
trueif an not empty user profile value with the key exits otherwisefalse
-
hasProfileValue
Checks the existing of an application user profile entry.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_appGuid- The application GUIDp_key- The profile key- Gibt zurück:
trueif an not empty user profile value with the key exits otherwisefalse
-
getProfileValue
Gets a application user profile entry of the current application.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_key- The profile key- Gibt zurück:
- The stored user profile value with the given key or
nullif not exists
-
getProfileValue
Gets a application user profile entry.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_appGuid- The application GUIDp_key- The profile key- Gibt zurück:
- The stored user profile value with the given key or
nullif not exists
-
setProfileValue
Set a application user profile entry of the current application.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_key- The profile keyp_value- The value to set. ifnullor empty the profile entry will be removed.
-
setProfileValue
Set a application user profile entry.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_appGuid- The application GUIDp_key- The profile keyp_value- The value to set. ifnullor empty the profile entry will be removed.
-
deleteProfileValue
Removes the application user profile entry of the current application.
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
- Parameter:
p_key- The profile key
-
deleteProfileValue
Removes the application user profile entry.
- Parameter:
p_appGuid- The application GUIDp_key- The profile key
-
getProperty
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
-
setProperty
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
-
getAt
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
-
putAt
Works only in environments where a current application is available. Like a data group action environment. Would mostly fail in timer actions environments.
-