/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
- // -*- objc -*-
- #ifndef __ORGANIZATION_H__
- #define __ORGANIZATION_H__
- #include <GSWeb/GSWeb.h>
- #import "SAWUIController.h"
- #import "SAWUIComponent.h"
- @interface Organization: SAWUIComponent <RowRepetition>
- {
- }
- - (id)init;
- - (void)dealloc;
- /* WO overridings */
- -(void)appendToResponse:(GSWResponse *)aResponse
- inContext:(GSWContext *)aContext;
- /* SAWUI specific */
- - (NSString *)entityName;
- @end /* Organization */
- #endif /* __ORGANIZATION_H__ */