public class Marker_ReportsForSecurityDecorator<E extends Marker_ReportsFor> extends MapperDecorator<E>
| Constructor and Description |
|---|
Marker_ReportsForSecurityDecorator(Mapper<E> generatedMapper) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(List<E> entities) |
int |
count(QueryRule... rules) |
String |
createFindSqlInclRules(QueryRule[] rules) |
int |
executeAdd(List<? extends E> entities) |
int |
executeRemove(List<? extends E> entities) |
int |
executeUpdate(List<? extends E> entities) |
List<E> |
find(QueryRule... rules) |
E |
findById(Object id) |
int |
remove(List<E> entities) |
void |
resolveForeignKeys(List<E> entities) |
int |
update(List<E> entities) |
create, createList, getDatabase, getFieldType, getTableFieldNamepublic int add(List<E> entities) throws DatabaseException
add in interface Mapper<E extends Marker_ReportsFor>add in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int update(List<E> entities) throws DatabaseException
update in interface Mapper<E extends Marker_ReportsFor>update in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int remove(List<E> entities) throws DatabaseException
remove in interface Mapper<E extends Marker_ReportsFor>remove in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int count(QueryRule... rules) throws DatabaseException
count in interface Mapper<E extends Marker_ReportsFor>count in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic List<E> find(QueryRule... rules) throws DatabaseException
find in interface Mapper<E extends Marker_ReportsFor>find in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic E findById(Object id) throws DatabaseException
findById in interface Mapper<E extends Marker_ReportsFor>findById in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int executeAdd(List<? extends E> entities) throws DatabaseException
executeAdd in interface Mapper<E extends Marker_ReportsFor>executeAdd in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int executeUpdate(List<? extends E> entities) throws DatabaseException
executeUpdate in interface Mapper<E extends Marker_ReportsFor>executeUpdate in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic int executeRemove(List<? extends E> entities) throws DatabaseException
executeRemove in interface Mapper<E extends Marker_ReportsFor>executeRemove in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionpublic void resolveForeignKeys(List<E> entities) throws ParseException, DatabaseException
resolveForeignKeys in interface Mapper<E extends Marker_ReportsFor>resolveForeignKeys in class MapperDecorator<E extends Marker_ReportsFor>ParseExceptionDatabaseExceptionpublic String createFindSqlInclRules(QueryRule[] rules) throws DatabaseException
createFindSqlInclRules in interface Mapper<E extends Marker_ReportsFor>createFindSqlInclRules in class MapperDecorator<E extends Marker_ReportsFor>DatabaseExceptionCopyright © 2013. All Rights Reserved.