]> err.no Git - scalable-opengroupware.org/blob - UI/Scheduler/product.plist
moved partstat modification from UI to SoObject
[scalable-opengroupware.org] / UI / Scheduler / product.plist
1 {
2   requires = ( MAIN, CommonUI, Appointments );
3
4   publicResources = (
5     previous_week.gif,
6     next_week.gif,
7     icon_view_overview.gif,
8     icon_view_overview_inactive.gif,
9     icon_view_chart.gif,
10     icon_view_chart_inactive.gif,
11     icon_view_list.gif,
12     icon_view_list_inactive.gif,
13     icon_view_columns.gif,
14     icon_view_columns_inactive.gif,
15     icon_popupcalendar.gif,
16     first.gif,
17     previous.gif,
18     next.gif,
19     last.gif,
20     skycalendar.html,
21     skycalendar.js,
22     green_corner.gif,
23     invisible_space_2.gif,
24     cycles.plist,
25   );
26
27   factories = {
28   };
29
30   categories = {
31     SOGoAppointmentFolder = {
32       methods = {
33         dayoverview = {
34           protectedBy = "View";
35           pageName    = "UIxCalDayOverview"; 
36         };
37         daychartview = { 
38           protectedBy = "View";
39           pageName    = "UIxCalDayChartview"; 
40         };
41         daylistview = { 
42           protectedBy = "View";
43           pageName    = "UIxCalDayListview"; 
44         };
45         dayprintview = { 
46           protectedBy = "View";
47           pageName    = "UIxCalDayPrintview"; 
48         };
49         weekoverview = { 
50           protectedBy = "View";
51           pageName    = "UIxCalWeekOverview"; 
52         };
53         weekchartview = { 
54           protectedBy = "View";
55           pageName    = "UIxCalWeekChartview"; 
56         };
57         weeklistview = { 
58           protectedBy = "View";
59           pageName    = "UIxCalWeekListview"; 
60         };
61         weekcolumnsview = { 
62           protectedBy = "View";
63           pageName    = "UIxCalWeekColumnsview"; 
64         };
65         weekprintview = { 
66           protectedBy = "View";
67           pageName    = "UIxCalWeekPrintview"; 
68         };
69         monthoverview = { 
70           protectedBy = "View";
71           pageName    = "UIxCalMonthOverview"; 
72         };
73         monthprintview = { 
74           protectedBy = "View";
75           pageName    = "UIxCalMonthPrintview"; 
76         };
77         yearoverview = { 
78           protectedBy = "View";
79           pageName    = "UIxCalYearOverview"; 
80         };
81         new = { 
82           protectedBy = "View";
83           pageName    = "UIxAppointmentEditor"; 
84           actionName  = "new";
85         };
86         show = { 
87           protectedBy = "View";
88           pageName    = "UIxCalView"; 
89           actionName  = "redirectForUIDs";
90         };
91         proposal = { 
92           protectedBy = "View";
93           pageName    = "UIxAppointmentProposal"; 
94         };
95         proposalSearch = { 
96           protectedBy = "View";
97           pageName    = "UIxAppointmentProposal"; 
98           actionName  = "proposalSearch";
99         };
100       };
101     };
102
103     SOGoAppointmentObject = {
104       methods = {
105         printview = { 
106           protectedBy = "View";
107           pageName    = "UIxAppointmentPrintview"; 
108         };
109         view = { 
110           protectedBy = "View";
111           pageName    = "UIxAppointmentView"; 
112         };
113         delete = { 
114           protectedBy = "View";
115           pageName    = "UIxAppointmentView"; 
116           actionName  = "delete";
117         };
118         edit = { 
119           protectedBy = "View";
120           pageName    = "UIxAppointmentEditor"; 
121         };
122         save = { 
123           protectedBy = "View";
124           pageName    = "UIxAppointmentEditor"; 
125           actionName  = "save";
126         };
127         accept = { 
128           protectedBy = "View";
129           pageName    = "UIxAppointmentEditor"; 
130           actionName  = "accept";
131         };
132         decline = { 
133           protectedBy = "View";
134           pageName    = "UIxAppointmentEditor"; 
135           actionName  = "decline";
136         };
137         test = { 
138           protectedBy = "View";
139           pageName    = "UIxAppointmentEditor"; 
140           actionName  = "test";
141         };
142       };
143     };
144   };
145 }