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 DsClassDsDbSchema.getDSClassDefinition(int p_iClassID) static DsClassDsDbSchema.getDSClassDefinition(String p_strClass) static DsClassDsDbSchema.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 booleanDsDbSchema.isDerivedFrom(DsClass p_srcClass, DsClass p_dstClass) Returns true, when p_checkType is derived from the p_iSrcType.static booleanDsDbSchema.isDerivedFromContainer(DsClass p_class) return true if p_class is derived from a containerstatic booleanDsDbSchema.isDerivedFromSet(DsClass p_class) true if p_class is derived from a setstatic booleanDsDbSchema.isDerivedFromUser(DsClass p_class) Check if the given class is derived from the user class.static booleanDsDbSchema.isNoContainer(DsClass p_class) true if p_class is not derived from a containerstatic booleanDsDbSchema.isNoContainerOrSet(DsClass p_class) true if p_class is not derived from a container or a setstatic booleantrue 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.DbColumnDsClass.getDbColumnByGuid(String p_strGUID, Map<String, DsClass> p_tblAliasToClassMap) de.uplanet.lucy.server.usermanager.ds.DbColumnIDsDbManager.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)