Class ASGSecurityBoxPersistenceServiceImpl
- java.lang.Object
-
- net.anotheria.anosite.access.storage.ASGSecurityBoxPersistenceServiceImpl
-
- All Implemented Interfaces:
net.anotheria.access.storage.persistence.SecurityBoxPersistenceService,net.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>,net.anotheria.anoprise.metafactory.Service
public class ASGSecurityBoxPersistenceServiceImpl extends Object implements net.anotheria.access.storage.persistence.SecurityBoxPersistenceService
File system implementation ofSecurityBoxPersistenceService.- Author:
- Alexandr Bolbat
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedASGSecurityBoxPersistenceServiceImpl()Protected constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.anotheria.access.impl.SecurityBoxcreate(net.anotheria.access.impl.SecurityBox t)voiddelete(net.anotheria.access.impl.SecurityBox box)booleanexists(net.anotheria.access.impl.SecurityBox box)List<net.anotheria.access.impl.SecurityBox>query(net.anotheria.anoprise.dualcrud.Query q)net.anotheria.access.impl.SecurityBoxread(net.anotheria.anoprise.dualcrud.SaveableID boxOwner)net.anotheria.access.impl.SecurityBoxsave(net.anotheria.access.impl.SecurityBox box)net.anotheria.access.impl.SecurityBoxupdate(net.anotheria.access.impl.SecurityBox box)
-
-
-
Method Detail
-
create
public net.anotheria.access.impl.SecurityBox create(net.anotheria.access.impl.SecurityBox t) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
createin interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
read
public net.anotheria.access.impl.SecurityBox read(net.anotheria.anoprise.dualcrud.SaveableID boxOwner) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
readin interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
update
public net.anotheria.access.impl.SecurityBox update(net.anotheria.access.impl.SecurityBox box) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
updatein interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
delete
public void delete(net.anotheria.access.impl.SecurityBox box) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
deletein interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
save
public net.anotheria.access.impl.SecurityBox save(net.anotheria.access.impl.SecurityBox box) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
savein interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
exists
public boolean exists(net.anotheria.access.impl.SecurityBox box) throws net.anotheria.anoprise.dualcrud.CrudServiceException- Specified by:
existsin interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
query
public List<net.anotheria.access.impl.SecurityBox> query(net.anotheria.anoprise.dualcrud.Query q) throws net.anotheria.anoprise.dualcrud.CrudServiceException
- Specified by:
queryin interfacenet.anotheria.anoprise.dualcrud.CrudService<net.anotheria.access.impl.SecurityBox>- Throws:
net.anotheria.anoprise.dualcrud.CrudServiceException
-
-