cz.muni.fi.pclis.service
Class UploadedFileServiceImpl

java.lang.Object
  extended by cz.muni.fi.pclis.service.UploadedFileServiceImpl
All Implemented Interfaces:
UploadedFileService

@Transactional
public class UploadedFileServiceImpl
extends Object
implements UploadedFileService

User: Ľuboš Pecho Date: 29.3.2010 Time: 13:04:45 To change this template use File | Settings | File Templates.


Field Summary
private  GenericServiceImpl<UploadedFile,UploadedFileDao> impl
           
 
Constructor Summary
UploadedFileServiceImpl()
           
 
Method Summary
 UploadedFile create(UploadedFile entity)
           
 List<UploadedFile> getAll()
           
 UploadedFile getById(long id)
           
 UploadedFileDao getDao()
           
 UploadedFile refresh(UploadedFile entity)
           
 void remove(UploadedFile entity)
           
 void removeById(long id)
           
 UploadedFile searchById(long id)
           
 void setDao(UploadedFileDao uploadedFileDao)
           
 UploadedFile update(UploadedFile entity)
           
 UploadedFileDao useDao()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

private GenericServiceImpl<UploadedFile,UploadedFileDao> impl
Constructor Detail

UploadedFileServiceImpl

public UploadedFileServiceImpl()
Method Detail

getById

public UploadedFile getById(long id)
Specified by:
getById in interface UploadedFileService

searchById

public UploadedFile searchById(long id)
Specified by:
searchById in interface UploadedFileService

getAll

public List<UploadedFile> getAll()
Specified by:
getAll in interface UploadedFileService

create

public UploadedFile create(UploadedFile entity)
Specified by:
create in interface UploadedFileService

update

public UploadedFile update(UploadedFile entity)
Specified by:
update in interface UploadedFileService

remove

public void remove(UploadedFile entity)
Specified by:
remove in interface UploadedFileService

removeById

public void removeById(long id)
Specified by:
removeById in interface UploadedFileService

refresh

public UploadedFile refresh(UploadedFile entity)
Specified by:
refresh in interface UploadedFileService

useDao

public UploadedFileDao useDao()

getDao

public UploadedFileDao getDao()

setDao

public void setDao(UploadedFileDao uploadedFileDao)


Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.