com.silverpeas.whitePages.dao
Class SearchFieldDaoImpl

java.lang.Object
  extended by com.silverpeas.whitePages.dao.SearchFieldDaoImpl
All Implemented Interfaces:
SearchFieldDao

@Repository(value="searchFieldDao")
@Transactional
public class SearchFieldDaoImpl
extends Object
implements SearchFieldDao


Constructor Summary
SearchFieldDaoImpl()
           
 
Method Summary
 String createSearchField(SearchField searchField)
           
 void deleteSearchFieldsFor(String instanceId)
           
 Set<SearchField> getSearchFields(String instanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchFieldDaoImpl

public SearchFieldDaoImpl()
Method Detail

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.