/SA.Framework/SAWUI/Organization.h

http://eeframework.googlecode.com/ · C Header · 25 lines · 15 code · 7 blank · 3 comment · 0 complexity · a58309a503c2c7d7a52b86632d98fc2c MD5 · raw file

  1. // -*- objc -*-
  2. #ifndef __ORGANIZATION_H__
  3. #define __ORGANIZATION_H__
  4. #include <GSWeb/GSWeb.h>
  5. #import "SAWUIController.h"
  6. #import "SAWUIComponent.h"
  7. @interface Organization: SAWUIComponent <RowRepetition>
  8. {
  9. }
  10. - (id)init;
  11. - (void)dealloc;
  12. /* WO overridings */
  13. -(void)appendToResponse:(GSWResponse *)aResponse
  14. inContext:(GSWContext *)aContext;
  15. /* SAWUI specific */
  16. - (NSString *)entityName;
  17. @end /* Organization */
  18. #endif /* __ORGANIZATION_H__ */