Uses of Class
de.uplanet.lucy.server.usermanager.ds.DsClass
Packages that use DsClass
-
Uses of DsClass in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds that return DsClassModifier and TypeMethodDescriptionIDsDbManager.getClassDef()
static DsClass
DsDbSchema.getDSClassDefinition
(int p_iClassID) static DsClass
DsDbSchema.getDSClassDefinition
(String p_strClass) static DsClass
DsDbSchema.getDSClassDefinitionByGuid
(String p_strGuid) DsClass.getParent()
Methods in de.uplanet.lucy.server.usermanager.ds that return types with arguments of type DsClassModifier and TypeMethodDescriptionDsDbSchema.getAllDerivedClasses
(int p_iClass) Get a list of classes that are derived from the given class (contains the given class).DsDbSchema.getAllDerivedClasses
(DsClass p_class) gets a list of classes that are derived from the class (contains the given class)DsDbSchema.getAllDerivedClasses
(String p_strClassName) gets a list of classes that are derived from the class (contains the given class)DsDbSchema.getDSClassDefinitions()
Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type DsClassModifier and TypeMethodDescriptionDsDbSchema.getAllDerivedClasses
(DsClass p_class) gets a list of classes that are derived from the class (contains the given class)static boolean
DsDbSchema.isDerivedFrom
(DsClass p_srcClass, DsClass p_dstClass) Returns true, when p_checkType is derived from the p_iSrcType.static boolean
DsDbSchema.isDerivedFromContainer
(DsClass p_class) return true if p_class is derived from a containerstatic boolean
DsDbSchema.isDerivedFromSet
(DsClass p_class) true if p_class is derived from a setstatic boolean
DsDbSchema.isDerivedFromUser
(DsClass p_class) Check if the given class is derived from the user class.static boolean
DsDbSchema.isNoContainer
(DsClass p_class) true if p_class is not derived from a containerstatic boolean
DsDbSchema.isNoContainerOrSet
(DsClass p_class) true if p_class is not derived from a container or a setstatic boolean
true if p_class is not derived from a setMethod parameters in de.uplanet.lucy.server.usermanager.ds with type arguments of type DsClassModifier and TypeMethodDescriptionde.uplanet.lucy.server.usermanager.ds.DbColumn
DsClass.getDbColumnByGuid
(String p_strGUID, Map<String, DsClass> p_tblAliasToClassMap) de.uplanet.lucy.server.usermanager.ds.DbColumn
IDsDbManager.getDbColumnByGuid
(String p_strGUID, Map<String, DsClass> p_tblAliasToClassMap) Returns an DbColumn Object for the class attribute given by the parameter p_strGuid -
Uses of DsClass in de.uplanet.lucy.server.usermanager.groovy
Constructors in de.uplanet.lucy.server.usermanager.groovy with parameters of type DsClassModifierConstructorDescriptionGroovyOrgBuilder
(IProcessingContext p_ctx, de.uplanet.lucy.server.session.ISessionManagerSupplier p_funSessionManager, IOrgStructure p_org, de.uplanet.lucy.server.usermanager.ds.IDsDbSchema p_schema, de.uplanet.lucy.server.usermanager.ds.IDsRecordFactory p_dsRecFac, DsClass p_dsUserClass, IDsucObject p_dsucObject, IDsucUser p_dsucUser, IDsucSet p_dsucSet, IDsucGetMembers p_dsucGetMembers, Path p_dirUserImage, de.uplanet.lucy.usermanager.ISecurityConfiguration p_securityConfiguration)