Skip to content

Commit 781ff15

Browse files
committed
Initial Favorites support
1 parent 6811f75 commit 781ff15

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

MDX2JSON/Users.cls.xml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,28 @@
3030
return $lg(Properties("Attributes",App))
3131
]]></Implementation>
3232
</Method>
33+
34+
<Method name="GetFavorites">
35+
<ClassMethod>1</ClassMethod>
36+
<ReturnType>%String</ReturnType>
37+
<Implementation><![CDATA[ return 1
38+
]]></Implementation>
39+
</Method>
40+
41+
<Method name="AddFavorite">
42+
<ClassMethod>1</ClassMethod>
43+
<FormalSpec>Name:%String</FormalSpec>
44+
<ReturnType>%Status</ReturnType>
45+
<Implementation><![CDATA[ return 1
46+
]]></Implementation>
47+
</Method>
48+
49+
<Method name="RemoveFavorite">
50+
<ClassMethod>1</ClassMethod>
51+
<FormalSpec>Name:%String</FormalSpec>
52+
<ReturnType>%Status</ReturnType>
53+
<Implementation><![CDATA[ return 1
54+
]]></Implementation>
55+
</Method>
3356
</Class>
3457
</Export>

0 commit comments

Comments
 (0)