|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWsAgreementFactoryHome
Home interface of a web service agreement factory.
Method Summary | |
---|---|
WsPersistentAgreementFactory |
find(String factoryId)
Finds an agreement factory with a given id. |
WsPersistentAgreementFactory[] |
list()
Lists all agreement factories. |
void |
remove(String factoryId)
Removes the factory with the given ID. |
void |
saveAgreementFactories(WsPersistentAgreementFactory[] factories)
Deprecated. |
Method Detail |
---|
WsPersistentAgreementFactory find(String factoryId) throws Exception
factoryId
- ID of the agreement factory.
Exception
- the agreement was not foundWsPersistentAgreementFactory[] list() throws Exception
Exception
- the agreements could not be listed, i.e. a database fault occurredvoid remove(String factoryId) throws Exception
factoryId
- ID of the factory to remove.
Exception
- the factory could not removed at the persistence layer@Deprecated void saveAgreementFactories(WsPersistentAgreementFactory[] factories) throws Exception
factories
- List of factories, which should be saved/persisted.
Exception
- the factories could not be saved at the persistence layer, i.e. due to database failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |