Project

General

Profile

« Previous | Next » 

Revision 59470

[Trunk | Admin Tools]: Merging branch 'use-UoaAdminToolsLibrary' into trunk for revisions 58365:59468

View differences:

LayoutDAO.java
9 9

  
10 10
    Layout findById(String Id);
11 11

  
12
    Layout save(Layout entity);
12
    Layout findByPortalPid(String portalPid);
13 13

  
14
    Layout save(Layout layout);
15

  
14 16
    void deleteAll();
15 17

  
16 18
    void delete(String id);

Also available in: Unified diff