Package org.dspace.content.service
Interface SiteService
-
- All Superinterfaces:
DSpaceObjectService<Site>
- All Known Implementing Classes:
SiteServiceImpl
public interface SiteService extends DSpaceObjectService<Site>
Service interface class for the Site object. The implementation of this class is responsible for all business logic calls for the Site object and is autowired by spring- Author:
- kevinvandevelde at atmire.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SitecreateSite(Context context)SitefindSite(Context context)-
Methods inherited from interface org.dspace.content.service.DSpaceObjectService
addAndShiftRightMetadata, addMetadata, addMetadata, addMetadata, addMetadata, addMetadata, addMetadata, addMetadata, addMetadata, clearMetadata, delete, find, getAdminObject, getIdentifiers, getMetadata, getMetadata, getMetadata, getMetadata, getMetadataByMetadataString, getMetadataFirstValue, getName, getParentObject, getSupportsTypeConstant, getTypeText, moveMetadata, removeMetadataValues, replaceMetadata, setMetadataModified, setMetadataSingleValue, update, updateLastModified
-
-
-
-
Method Detail
-
createSite
Site createSite(Context context) throws SQLException
- Throws:
SQLException
-
findSite
Site findSite(Context context) throws SQLException
- Throws:
SQLException
-
-