2022-08-21 00:40:49 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-10-12 01:59:32 +02:00
|
|
|
<class name="UserDB" inherits="Object" version="4.2">
|
2022-08-21 00:40:49 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="create_user">
|
|
|
|
<return type="User" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_user">
|
|
|
|
<return type="User" />
|
|
|
|
<argument index="0" name="id" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2023-10-12 01:59:32 +02:00
|
|
|
<method name="get_user_email">
|
|
|
|
<return type="User" />
|
|
|
|
<argument index="0" name="user_email" type="String" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-21 00:40:49 +02:00
|
|
|
<method name="get_user_manager">
|
|
|
|
<return type="Node" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_user_name">
|
|
|
|
<return type="User" />
|
|
|
|
<argument index="0" name="user_name" type="String" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="is_email_taken">
|
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="email" type="String" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="is_username_taken">
|
|
|
|
<return type="bool" />
|
|
|
|
<argument index="0" name="user_name" type="String" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="save_user">
|
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="user" type="User" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|