73 (Integer) ObjectString.parseNativeString(
getToken(1), Integer.class,
true),
82 (Integer) ObjectString.parseNativeString(
getToken(1), Integer.class,
true),
90 out.write(count !=
null ? count +
"" :
"0");
94 (Integer) ObjectString.parseNativeString(
getToken(1), Integer.class,
true),
107 DescribeItCtrl dic =
new DescribeItCtrl(
constructor);
109 dic.renderDescriptions(
getToken(2),
true);
113 ConvocationCheck cc =
new ConvocationCheck(
constructor);
117 out.write(cc.check());
122 ConvocationContentIterator cci =
new ConvocationContentIterator(
constructor,
out, Authentication.getIContact(),
false,
123 Strings.isBlank(
getToken(2)) ?
null : ElephantContext.getRootWebPath() +
getToken(2));
125 cci.setPage((Integer) ObjectString.parseNativeString(
getToken(3), Integer.class,
true));
126 cci.setAllowAttachments(
true);
127 cci.setAllowComments(
true);
128 cci.setSummaryTemplate(
getToken(4));
130 cci.setNavigatorTop(
false);
131 cci.setNavigatorBottom(
false);
134 cci.setRestricted(
true);
137 cci.setPublishable(
true);
144 OldDirectoryContentIterator dci =
new OldDirectoryContentIterator(
constructor,
out, Authentication.getIContact(),
false,
145 Strings.isBlank(
getToken(1)) ?
null : ElephantContext.getRootWebPath() +
getToken(1));
146 dci.setPage((Integer) ObjectString.parseNativeString(
getToken(2), Integer.class,
true));
147 dci.setAllowAttachments(
true);
148 dci.setAllowFiles(
true);
149 dci.setAllowComments(
true);
150 dci.setRestricted(
true);
151 dci.setSummaryTemplate(
getToken(3));
157 DirectoryContentIterator pci =
new DirectoryContentIterator(
constructor,
out, Authentication.getIContact(),
false,
158 Strings.isBlank(
getToken(2)) ?
null : ElephantContext.getRootWebPath() +
getToken(2));
159 pci.setPage((Integer) ObjectString.parseNativeString(
getToken(3), Integer.class,
true));
160 pci.setAllowAttachments(
true);
161 pci.setAllowFiles(
true);
162 pci.setRestricted(
false);
164 pci.setSummaryTemplate(
getToken(4));
171 DirectoryContentIterator pci =
new DirectoryContentIterator(
constructor,
out, Authentication.getIContact(),
false,
172 Strings.isBlank(
getToken(3)) ?
null : ElephantContext.getRootWebPath() +
getToken(3));
173 pci.setPage((Integer) ObjectString.parseNativeString(
getToken(4), Integer.class,
true));
174 pci.setAllowAttachments(
true);
175 pci.setAllowFiles(
true);
176 pci.setRestricted(
false);
179 pci.setSummaryTemplate(
getToken(5));
188 ContactServiceContentIterator csci =
new ContactServiceContentIterator(
constructor,
out, Authentication.getIContact(),
false,
189 Strings.isBlank(
getToken(3)) ?
null : ElephantContext.getRootWebPath() +
getToken(3));
191 csci.setRole(
"all".equals(role) ?
null : ContactServiceRole.valueOf(role));
193 csci.setType(
"all".equals(type) ?
null : type);
194 csci.setPage((Integer) ObjectString.parseNativeString(
getToken(4), Integer.class,
true));
195 csci.setAllowAttachments(
true);
196 csci.setAllowComments(
true);
197 csci.setSummaryTemplate(
getToken(5));
199 csci.setNavigatorTop(
false);
200 csci.setNavigatorBottom(
false);
203 csci.setRestricted(
true);
206 csci.setLastEntries(
true);
207 csci.setForceSummary(
true);
213 SignUpCtrl ctrl =
new SignUpCtrl();
218 DirectoryContentIterator pci =
new DirectoryContentIterator(
constructor,
out, Authentication.getIContact(),
false,
null);
220 pci.setNavigatorTop(
false);
221 pci.setNavigatorBottom(
false);
222 pci.setAllowAttachments(
true);
223 pci.setAllowFiles(
true);
224 pci.setRestricted(
false);
225 pci.setContactIds(Strings.toList(
getToken(1),
";"));
226 pci.setSummaryTemplate(
getToken(2));
232 ProfileCtrl ctrl =
new ProfileCtrl();
235 ctrl.setContact(
null);
String getToken(String name)