public class AdGroupDAODbFacadeImpl extends BaseDAODbFacade implements AdGroupDAO
dbFacade, dialect, jdbcTemplate, RETURN_VALUE_PARAMETER| Constructor and Description |
|---|
AdGroupDAODbFacadeImpl() |
| Modifier and Type | Method and Description |
|---|---|
ad_groups |
get(Guid id)
Retrieves the instance with the specified id.
|
List<ad_groups> |
getAll()
Retrieves all groups.
|
List<ad_groups> |
getAllTimeLeasedForPool(int id)
Retrieves all time leased groups for the specified pool.
|
ad_groups |
getByName(String name)
Retrieves the group with the specified name.
|
void |
remove(Guid id)
Removes the group with the specified id.
|
void |
save(ad_groups group)
Saves the supplied group.
|
void |
update(ad_groups group)
Updates the supplied group.
|
getCallsHandler, getCustomMapSqlParameterSource, setDbFacade, setDialect, setTemplatepublic ad_groups get(Guid id)
AdGroupDAOget in interface AdGroupDAOid - the group idpublic ad_groups getByName(String name)
AdGroupDAOgetByName in interface AdGroupDAOname - the group namepublic List<ad_groups> getAll()
AdGroupDAOgetAll in interface AdGroupDAOpublic List<ad_groups> getAllTimeLeasedForPool(int id)
AdGroupDAOgetAllTimeLeasedForPool in interface AdGroupDAOid - the poolpublic void save(ad_groups group)
AdGroupDAOsave in interface AdGroupDAOgroup - the grouppublic void update(ad_groups group)
AdGroupDAOupdate in interface AdGroupDAOgroup - the grouppublic void remove(Guid id)
AdGroupDAOremove in interface AdGroupDAOid - the group idCopyright © 2012. All Rights Reserved.