com.silverpeas.whitePages.dao
Class SearchFieldDaoImpl
java.lang.Object
com.silverpeas.whitePages.dao.SearchFieldDaoImpl
- All Implemented Interfaces:
- SearchFieldDao
@Repository(value="searchFieldDao")
@Transactional
public class SearchFieldDaoImpl
- extends Object
- implements SearchFieldDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchFieldDaoImpl
public SearchFieldDaoImpl()
createSearchField
public String createSearchField(SearchField searchField)
- Specified by:
createSearchField
in interface SearchFieldDao
deleteSearchFieldsFor
public void deleteSearchFieldsFor(String instanceId)
- Specified by:
deleteSearchFieldsFor
in interface SearchFieldDao
getSearchFields
public Set<SearchField> getSearchFields(String instanceId)
- Specified by:
getSearchFields
in interface SearchFieldDao
Copyright © 2016 Silverpeas. All Rights Reserved.