de.rowa.posps.client.data
Class CustomerArticleSearchResultTemplate
java.lang.Object
de.rowa.posps.client.data.ArticleSearchResultTemplate
de.rowa.posps.client.data.CustomerArticleSearchResultTemplate
- Direct Known Subclasses:
- CustomerArticleSearchResultTemplateDE
public class CustomerArticleSearchResultTemplate
- extends ArticleSearchResultTemplate
Creates a search template for an article search done by a pharmacy customer. This
type is country-specific, per-country subclasses can add the country-specific
search result element fields. There is only one instance per posps country
code which can be accessed by
ArticleSearchResultTemplate.get(de.rowa.posps.client.data.ArticleSearchResultTemplate.Template, PospsCountryCode)
.
- Author:
- Michael Koch
Field Summary |
protected javax.xml.datatype.DatatypeFactory |
DATATYPE_FACTORY
|
protected static de.rowa.wsdl.posps.types.ObjectFactory |
PPTYPES
Instance which can be used by subclasses to create posps JAXB elements. |
Method Summary |
protected de.rowa.wsdl.posps.types.PharmaceuticArticleCountrySpecific |
createPharmaceuticCountrySpecific()
Create a PharmaceuticArticleCountrySpecific for the country of
the subclass. |
protected de.rowa.wsdl.posps.types.ArticleSearchResultElement |
createTemplateElement()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PPTYPES
protected static final de.rowa.wsdl.posps.types.ObjectFactory PPTYPES
- Instance which can be used by subclasses to create posps JAXB elements.
DATATYPE_FACTORY
protected final javax.xml.datatype.DatatypeFactory DATATYPE_FACTORY
CustomerArticleSearchResultTemplate
protected CustomerArticleSearchResultTemplate()
createTemplateElement
protected de.rowa.wsdl.posps.types.ArticleSearchResultElement createTemplateElement()
- Returns:
- New instance of the template element.
createPharmaceuticCountrySpecific
protected de.rowa.wsdl.posps.types.PharmaceuticArticleCountrySpecific createPharmaceuticCountrySpecific()
- Create a
PharmaceuticArticleCountrySpecific
for the country of
the subclass. This method is intended to be overridden by
country-specific subclasses.
- Parameters:
pharmaceuticCountrySpecific
- The created element, or null
.
Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.