Uses of Class
de.uplanet.lucy.server.usermanager.ds.DsClass
-
Packages that use DsClass Package Description de.uplanet.lucy.server.usermanager.ds de.uplanet.lucy.server.usermanager.groovy -
-
Uses of DsClass in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds that return DsClass Modifier and Type Method Description DsClassIDsDbManager. getClassDef()static DsClassDsDbSchema. getDSClassDefinition(int p_iClassID)static DsClassDsDbSchema. getDSClassDefinition(String p_strClass)static DsClassDsDbSchema. getDSClassDefinitionByGuid(String p_strGuid)DsClassDsClass. getParent()Methods in de.uplanet.lucy.server.usermanager.ds that return types with arguments of type DsClass Modifier and Type Method Description static List<DsClass>DsDbSchema. getAllDerivedClasses(int p_iClass)Get a list of classes that are derived from the given class (contains the given class).static List<DsClass>DsDbSchema. getAllDerivedClasses(DsClass p_class)gets a list of classes that are derived from the class (contains the given class)static List<DsClass>DsDbSchema. getAllDerivedClasses(String p_strClassName)gets a list of classes that are derived from the class (contains the given class)static Map<String,DsClass>DsDbSchema. getDSClassDefinitions()Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type DsClass Modifier and Type Method Description static List<DsClass>DsDbSchema. 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 booleanDsDbSchema. isNoSet(DsClass p_class)true if p_class is not derived from a setMethod parameters in de.uplanet.lucy.server.usermanager.ds with type arguments of type DsClass Modifier and Type Method Description de.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 DsClass Constructor Description GroovyOrgBuilder(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)
-