Class AccountArchiveServiceFactory
- java.lang.Object
-
- net.anotheria.portalkit.services.accountarchive.AccountArchiveServiceFactory
-
- All Implemented Interfaces:
net.anotheria.anoprise.metafactory.ServiceFactory<AccountArchiveService>
public class AccountArchiveServiceFactory extends java.lang.Object implements net.anotheria.anoprise.metafactory.ServiceFactory<AccountArchiveService>
- Since:
- 21.04.14 19:02
- Author:
- VKoulakov
-
-
Constructor Summary
Constructors Constructor Description AccountArchiveServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountArchiveServicecreate()
-
-
-
Method Detail
-
create
public AccountArchiveService create()
- Specified by:
createin interfacenet.anotheria.anoprise.metafactory.ServiceFactory<AccountArchiveService>
-
-