]> err.no Git - scalable-opengroupware.org/blobdiff - UI/Common/UIxAclEditor.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / Common / UIxAclEditor.h
index d4b047af3b20003094664b09c9f66d44e41c89d2..41f418e7c9430b3b50fde84b08ce5a684450e1a9 100644 (file)
@@ -1,6 +1,6 @@
 /* UIxAclEditor.h - this file is part of SOGo
  *
- * Copyright (C) 2006 Inverse groupe conseil
+ * Copyright (C) 2006, 2007 Inverse groupe conseil
  *
  * Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
  *
 {
   BOOL prepared;
   BOOL publishInFreeBusy;
-  NSArray *acls;
+  NSArray *aclUsers;
+  NSArray *savedUIDs;
   NSMutableArray *users;
-  NSMutableArray *assistants;
-  NSMutableArray *delegates;
   NSString *currentUser;
-  NSString *ownerLogin;
+  NSString *defaultUserID;
 }
 
-- (NSArray *) aclsForFolder;
-- (NSString *) assistantsValue;
-- (NSString *) delegatesValue;
+- (NSArray *) aclsForObject;
 
-- (NSArray *) usersForFolder;
+- (NSArray *) usersForObject;
 - (void) setCurrentUser: (NSString *) newCurrentUser;
 - (NSString *) currentUser;
 
-- (NSString *) ownerLogin;
 - (NSString *) ownerName;
+- (BOOL) hasOwner;
 
 @end