PageRenderTime 39ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/DataAccess/ASMeetingRequest.h

http://github.com/kennytm/iphone-private-frameworks
C Header | 62 lines | 28 code | 4 blank | 30 comment | 0 complexity | c9d1d4df4e2e88e14812a1486b8fe1ea MD5 | raw file
  1. /**
  2. * This header is generated by class-dump-z 0.2-1.
  3. * class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
  4. *
  5. * Source: /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
  6. */
  7. #import "ASParsingAcceptingTopLevelLeaves.h"
  8. #import "ASEvent.h"
  9. #import "NSCoding.h"
  10. @class NSNumber, NSMutableDictionary, NSDate, ASEmailItem, NSString;
  11. @interface ASMeetingRequest : ASEvent <ASParsingAcceptingTopLevelLeaves, NSCoding> {
  12. NSNumber* _instanceType;
  13. NSDate* _recurrenceId;
  14. NSMutableDictionary* _placeHolder;
  15. int _meetingClassType;
  16. ASEmailItem* _parentEmailItem;
  17. NSString* _cachedParentFolderId;
  18. NSString* _cachedParentServerId;
  19. }
  20. // inherited: +(BOOL)acceptsTopLevelLeaves;
  21. // inherited: +(BOOL)parsingLeafNode;
  22. // inherited: +(BOOL)parsingWithSubItems;
  23. // inherited: +(BOOL)frontingBasicTypes;
  24. // in a protocol: -(void)applyPlaceHolder;
  25. // in a protocol: -(void)clearPlaceHolder;
  26. // in a protocol: -(void)setObject:(id)object forCCPT:(int)ccpt;
  27. // inherited: -(id)asParseRules;
  28. // inherited: -(void)_determineSelfnessWithLocalEvent:(void*)localEvent forAccount:(id)account;
  29. // inherited: -(void)postProcessApplicationData;
  30. // inherited: -(BOOL)_bailIfNotNewestData;
  31. // inherited: -(BOOL)saveToCalendarWithExistingRecord:(void*)existingRecord intoCalendar:(void*)calendar treatNullsAsDeletes:(BOOL)deletes account:(id)account;
  32. // inherited: -(BOOL)_shouldKeepLocalExceptions;
  33. // inherited: -(BOOL)shouldUseInMemoryAttendeesForAccount:(id)account numExistingAttendees:(int)attendees;
  34. -(BOOL)writeInviteToCalDBCreateAsRejected:(BOOL)calDBCreateAsRejected defaultCalendar:(void*)calendar account:(id)account;
  35. // inherited: -(void)parseASParseContext:(id)context root:(id)root parent:(id)parent callbackDict:(id)dict streamCallbackDict:(id)dict5 account:(id)account;
  36. // inherited: -(id)description;
  37. // inherited: -(id)init;
  38. // inherited: -(void)dealloc;
  39. -(void)_setReminderSecsBefore:(id)before;
  40. -(void)takeValuesFromParentEmailForAccount:(id)account;
  41. -(void)setOrganizer:(id)organizer;
  42. // inherited: -(id)exceptionDate;
  43. // inherited: -(void)setExceptionDate:(id)date;
  44. // inherited: -(void)setDTStamp:(id)stamp;
  45. // in a protocol: -(id)initWithCoder:(id)coder;
  46. // in a protocol: -(void)encodeWithCoder:(id)coder;
  47. // inherited: -(BOOL)cachedOrganizerIsSelf;
  48. -(id)instanceType;
  49. -(void)setInstanceType:(id)type;
  50. -(id)recurrenceId;
  51. -(void)setRecurrenceId:(id)anId;
  52. -(int)meetingClassType;
  53. -(void)setMeetingClassType:(int)type;
  54. -(id)cachedParentFolderId;
  55. -(void)setCachedParentFolderId:(id)anId;
  56. -(id)cachedParentServerId;
  57. -(void)setCachedParentServerId:(id)anId;
  58. @end