|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthinkui.db.dao.AbstractDataAccessObject
thinkui.sqlclient.dao.AbstractDAO
thinkui.sqlclient.dao.FilterDAO
Implements the FilterDAO Data Access Object.
Constructor Summary | |
FilterDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
FilterDAO constructor. |
Method Summary | |
AttributeType |
createFilterEnumType()
|
void |
deleteFilter(java.lang.Object filterId)
Delete the specified Filter object from the database. |
int |
deleteFilters(java.util.Set filterIds)
Delete the specified Filter objects from the database. |
SearchResultsData |
findFilter(FilterSearchData searchData)
Find all Filter records matching the specified criteria. |
Filter |
getFilter(java.lang.Object filterId)
Get the Filter object for the specified object id. |
Filter |
insertFilter(Filter filter)
Insert the specified Filter object into the database. |
void |
insertFilterNoSync(Filter filter)
Insert the specified Filter object to the database. |
Filter |
saveFilter(Filter filter)
Save the specified Filter object to the database. |
int |
updateFilter(Filter filter,
FilterSearchData searchData)
Update all Filter objects matching the specified search criteria. |
int |
updateFilters(java.util.Set filterIds,
Filter filter)
Updated the specified Filter objects with the values in the specified filter object. |
Methods inherited from class thinkui.db.dao.AbstractDataAccessObject |
close, getDataObjectManager, setDataObjectManager |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterDAO(thinkui.db.dao.DataObjectManager dataObjectManager)
Method Detail |
public final AttributeType createFilterEnumType() throws java.lang.Exception
java.lang.Exception
public final void deleteFilter(java.lang.Object filterId) throws java.lang.Exception
java.lang.Exception
public final int deleteFilters(java.util.Set filterIds) throws java.lang.Exception
java.lang.Exception
public final SearchResultsData findFilter(FilterSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final Filter getFilter(java.lang.Object filterId) throws java.lang.Exception
java.lang.Exception
public final Filter insertFilter(Filter filter) throws java.lang.Exception
java.lang.Exception
public final void insertFilterNoSync(Filter filter) throws java.lang.Exception
java.lang.Exception
public final Filter saveFilter(Filter filter) throws java.lang.Exception
java.lang.Exception
public final int updateFilter(Filter filter, FilterSearchData searchData) throws java.lang.Exception
java.lang.Exception
public final int updateFilters(java.util.Set filterIds, Filter filter) throws java.lang.Exception
java.lang.Exception
|
ThinkUI SQL Client 1.1.3 API | |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |