Package org.adempiere.base
Interface IReplenishFactory
-
public interface IReplenishFactoryFactory Interface for plugins to connect to the iDempiere core and provide a way to load Replication Custom Interface.- Author:
- tsvikruha
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplenishInterfacenewReplenishInstance(String className)
-
-
-
Method Detail
-
newReplenishInstance
ReplenishInterface newReplenishInstance(String className)
- Parameters:
className-- Returns:
- Replenish instance
-
-