public class DefaultVersionedCatalog extends org.killbill.xmlloader.ValidatingConfig<DefaultVersionedCatalog> implements VersionedCatalog, Externalizable
| Constructor and Description |
|---|
DefaultVersionedCatalog() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(StandaloneCatalog e) |
boolean |
equals(Object o) |
String |
getCatalogName() |
StaticCatalog |
getCurrentVersion() |
StaticCatalog |
getVersion(Date date) |
List<StaticCatalog> |
getVersions() |
int |
hashCode() |
void |
initialize(DefaultVersionedCatalog catalog) |
void |
readExternal(ObjectInput in) |
org.killbill.xmlloader.ValidationErrors |
validate(DefaultVersionedCatalog catalog,
org.killbill.xmlloader.ValidationErrors errors) |
void |
writeExternal(ObjectOutput oo) |
public String getCatalogName()
getCatalogName in interface VersionedCatalogpublic List<StaticCatalog> getVersions()
getVersions in interface VersionedCatalogpublic StaticCatalog getCurrentVersion()
getCurrentVersion in interface VersionedCatalogpublic StaticCatalog getVersion(Date date)
getVersion in interface VersionedCatalogpublic void add(StandaloneCatalog e)
public void initialize(DefaultVersionedCatalog catalog)
initialize in class org.killbill.xmlloader.ValidatingConfig<DefaultVersionedCatalog>public org.killbill.xmlloader.ValidationErrors validate(DefaultVersionedCatalog catalog, org.killbill.xmlloader.ValidationErrors errors)
validate in class org.killbill.xmlloader.ValidatingConfig<DefaultVersionedCatalog>public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput oo) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2010–2021. All rights reserved.