60 ContractContentIterator ci =
new ContractContentIterator(
constructor,
out,
61 Authentication.getIContact(),
false,
62 ElephantContext.getRootWebPath() +
getToken(1,
"/user/contracts"));
63 ci.setNavigatorTop(grouped);
64 ci.setNavigatorBottom(grouped);
65 ci.setPage((Integer) ObjectString.parseNativeString(
getToken(2), Integer.class,
true));
66 ci.setCheckParticipation(
"true".equals(
getToken(3)));
67 ci.setAllowAttachments(
true);
72 boolean grouped =
"contract-type".equals(
tokens[0]);
74 ContractContentIterator ci =
new ContractContentIterator(
constructor,
out,
75 Authentication.getIContact(),
false,
76 ElephantContext.getRootWebPath() +
getToken(1,
"/user/contracts"));
77 ci.setNavigatorTop(grouped);
78 ci.setNavigatorBottom(grouped);
79 ci.setPage((Integer) ObjectString.parseNativeString(
getToken(2), Integer.class,
true));
80 ci.setType((Integer) ObjectString.parseNativeString(
getToken(4), Integer.class,
true));
81 ci.setCheckParticipation(
"true".equals(
getToken(3)));
82 ci.setAllowAttachments(
true);
89 checkout.renderCheckout();
98 ProductContentIterator pci =
new ProductContentIterator(
constructor,
out,
99 Authentication.getIContact(),
false,
100 ElephantContext.getRootWebPath() +
getToken(1,
"/user/products"));
101 pci.setNavigatorTop(grouped);
102 pci.setNavigatorBottom(grouped);
103 pci.setPage((Integer) ObjectString.parseNativeString(
getToken(2), Integer.class,
true));
104 pci.setOnlyPromoted(promoted);
105 pci.setAllowInterest(
true);
106 pci.setAllowDescriptions(
true);
107 pci.setAllowComments(
true);
108 pci.setAllowAttachments(
true);
109 pci.setAllowFiles(
true);
110 pci.setAllowGroups(grouped);
111 pci.setSummaryTemplate(
getToken(3));
113 pci.setPublishable(
true);
114 pci.setFullSearch(
true);
String getToken(String name)