Subversion Repositories bacoAlunos

Rev

Rev 152 | Rev 157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 156
Line 255... Line 255...
255
            <chain name="Logger"/>
255
            <chain name="Logger"/>
256
            <chain name="Session"/>
256
            <chain name="Session"/>
257
            <chain name="AuthenticatedUsers"/>
257
            <chain name="AuthenticatedUsers"/>
258
        </filterChains>
258
        </filterChains>
259
    </service>
259
    </service>
-
 
260
    <service>
-
 
261
        <name>LoadOwnerBlogPosts</name>
-
 
262
        <implementationClass>pt.estgp.estgweb.services.blogs.LoadOwnerBlogPosts</implementationClass>
-
 
263
        <description>Load owner Blog Posts</description>
-
 
264
        <isTransactional>true</isTransactional>
-
 
265
        <filterChains>
-
 
266
            <chain name="Logger"/>
-
 
267
            <chain name="Session"/>
-
 
268
            <chain name="AuthenticatedUsers"/>
-
 
269
        </filterChains>
-
 
270
    </service>
260
 
271
 
261
 
272
 
262
    <!--CommonServices-->
273
    <!--CommonServices-->
263
    <service>
274
    <service>
264
        <name>AnnouncementsCommonServices</name>
275
        <name>AnnouncementsCommonServicesSearch</name>
265
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
276
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
266
        <description>Common Services For Announcements</description>
277
        <description>Common Services For Announcements</description>
267
        <defaultMethod>search</defaultMethod>
278
        <defaultMethod>search</defaultMethod>
268
        <isTransactional>true</isTransactional>
279
        <isTransactional>true</isTransactional>
269
        <filterChains>
280
        <filterChains>
270
            <chain name="Logger"/>
281
            <chain name="Logger"/>
271
            <chain name="Session"/>
282
            <chain name="Session"/>
272
        </filterChains>
283
        </filterChains>
-
 
284
    </service>
-
 
285
    <service>
-
 
286
        <name>AnnouncementsCommonServicesCountSearch</name>
-
 
287
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
-
 
288
        <description>Common Services For Announcements</description>
-
 
289
        <defaultMethod>countSearch</defaultMethod>
-
 
290
        <isTransactional>true</isTransactional>
-
 
291
        <filterChains>
-
 
292
            <chain name="Logger"/>
-
 
293
            <chain name="Session"/>
-
 
294
        </filterChains>
-
 
295
    </service>
-
 
296
    <service>
-
 
297
        <name>AnnouncementsCommonServicesCountToDo</name>
-
 
298
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
-
 
299
        <description>Common Services For Announcements</description>
-
 
300
        <defaultMethod>countToDo</defaultMethod>
-
 
301
        <isTransactional>true</isTransactional>
-
 
302
        <filterChains>
-
 
303
            <chain name="Logger"/>
-
 
304
            <chain name="Session"/>
-
 
305
        </filterChains>
-
 
306
    </service>
-
 
307
    <service>
-
 
308
        <name>AnnouncementsCommonServicesGetToDo</name>
-
 
309
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
-
 
310
        <description>Common Services For Announcements</description>
-
 
311
        <defaultMethod>getToDo</defaultMethod>
-
 
312
        <isTransactional>true</isTransactional>
-
 
313
        <filterChains>
-
 
314
            <chain name="Logger"/>
-
 
315
            <chain name="Session"/>
-
 
316
        </filterChains>
-
 
317
    </service>
-
 
318
    <service>
-
 
319
        <name>AnnouncementsCommonServicesGetAllToDos</name>
-
 
320
        <implementationClass>pt.estgp.estgweb.services.announcements.AnnouncementsCommonServices</implementationClass>
-
 
321
        <description>Common Services For Announcements</description>
-
 
322
        <defaultMethod>getAllToDos</defaultMethod>
-
 
323
        <isTransactional>true</isTransactional>
-
 
324
        <filterChains>
-
 
325
            <chain name="Logger"/>
-
 
326
            <chain name="Session"/>
-
 
327
        </filterChains>
273
    </service>
328
    </service>
274
    <service>
329
    <service>
275
        <name>BlogsCommonServices</name>
330
        <name>BlogsCommonServices</name>
276
        <implementationClass>pt.estgp.estgweb.services.blogs.BlogsCommonServices</implementationClass>
331
        <implementationClass>pt.estgp.estgweb.services.blogs.BlogsCommonServices</implementationClass>
277
        <description>Common Services For Blogs</description>
332
        <description>Common Services For Blogs</description>