sogo/UI/Contacts/product.plist
Wolfgang Sourdeau 3a4fe71bf7 Monotone-Parent: 96d15a7e69b71adabbc43e1d452fe64be7f28b73
Monotone-Revision: b9632e9fab5be28b2ea85816e16c2976fcb2667a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-29T18:05:59
Monotone-Branch: ca.inverse.sogo
2007-03-29 18:05:59 +00:00

194 lines
5.3 KiB
JavaScript

{ /* -*-javascript-*- */
requires = ( MAIN, MainUI, CommonUI, Contacts );
publicResources = ();
factories = {};
categories = {
SOGoContactFolders = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
};
new = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "new";
};
newAb = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "newAb";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "selectForMailer";
};
contactSearch = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "contactSearch";
};
foldersSearch = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "foldersSearch";
};
updateAdditionalAddressBooks = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "updateAdditionalAddressBooks";
};
acls = {
protectedBy = "ReadAcls";
pageName = "UIxAclEditor";
};
saveAcls = {
protectedBy = "SaveAcls";
pageName = "UIxAclEditor";
actionName = "saveAcls";
};
checkRights = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "checkRights";
};
userFolders = {
protectedBy = "View";
pageName = "UIxContactsUserFolders";
};
};
};
SOGoContactGCSFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoContactFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactsListView";
};
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "new";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "mailerContacts";
};
delete = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "delete";
};
};
};
SOGoContactLDAPFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoContactFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactsListView";
};
new = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "new";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "mailerContacts";
};
canAccessContent = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "canAccessContent";
};
};
};
SOGoContactGCSEntry = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
};
delete = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
};
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "vcard";
};
};
};
SOGoContactLDAPEntry = {
methods = {
view = {
protectedBy = "View";
pageName = "UIxContactView";
};
delete = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "delete";
};
edit = {
protectedBy = "View";
pageName = "UIxContactEditor";
};
save = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "save";
};
write = {
protectedBy = "View";
pageName = "UIxContactEditor";
actionName = "write";
};
vcard = {
protectedBy = "View";
pageName = "UIxContactView";
actionName = "vcard";
};
};
};
};
}