Interface SiteMapper
- All Known Implementing Classes:
SiteMapperImpl
public interface SiteMapper
-
Method Summary
-
Method Details
-
map
DTO to bean mapping from a site form.- Parameters:
site
- Site form data to map- Returns:
- Site bean
-
map
Bean to DTO mapping for a site.- Parameters:
site
- Site bean to map- Returns:
- Site DTO
-
map
Bean list to DTO list mapping.- Parameters:
site
- Site list to map- Returns:
- Resulting DTO list
-