Class GroovyOrgManager
java.lang.Object
de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject
createObject
(int p_iClassID, groovy.lang.Closure<?> p_closure) int
getClassIDForObject
(int p_iID) int
getClassIDForObject
(String p_strGUID) de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject
getObject
(int p_iID) de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject
getObject
(int p_iID, int p_iClassID) de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject
de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject
-
Constructor Details
-
GroovyOrgManager
-
-
Method Details
-
getClassIDForObject
- Throws:
SQLException
-
getClassIDForObject
- Throws:
SQLException
-
getObject
public de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject getObject(String p_strGUID, int p_iClassID) throws SQLException - Throws:
SQLException
-
getObject
public de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject getObject(int p_iID, int p_iClassID) throws SQLException - Throws:
SQLException
-
getObject
public de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject getObject(String p_strGUID) throws SQLException - Throws:
SQLException
-
getObject
public de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject getObject(int p_iID) throws SQLException - Throws:
SQLException
-
createObject
public de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgObject createObject(int p_iClassID, groovy.lang.Closure<?> p_closure) throws de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgException - Throws:
de.uplanet.lucy.server.usermanager.api.groovy.GroovyOrgException
-