com.sapportals.wcm.service.indexmanagement.retrieval.search
Class AbstractSearchIndexCollection.PropertyInput
java.lang.Object
|
+--com.sapportals.wcm.service.indexmanagement.retrieval.search.AbstractSearchIndexCollection.PropertyInput
- Enclosing class:
- AbstractSearchIndexCollection
- public class AbstractSearchIndexCollection.PropertyInput
- extends java.lang.Object
|
Method Summary |
void |
addComment(java.lang.String comment)
|
void |
addDataLine(java.lang.String className,
int count,
java.lang.String propertyName,
java.lang.String value)
|
void |
addLine()
|
void |
addLine(java.lang.String propertyName,
java.lang.String propertyValue)
|
java.lang.String |
convertBoolean(boolean flag)
|
boolean |
convertBoolean(java.lang.String flag)
|
java.lang.String |
createPropertyName(java.lang.String ClassName,
int count,
java.lang.String PropertyName)
|
java.lang.String |
getInput()
returns the complete properties list as a String |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_RESULTS
public static final java.lang.String MAX_RESULTS
SEARCHTERM
public static final java.lang.String SEARCHTERM
LOCATION
public static final java.lang.String LOCATION
ROW_TYPE
public static final java.lang.String ROW_TYPE
TERM_ACTION
public static final java.lang.String TERM_ACTION
TERM_WEIGHT
public static final java.lang.String TERM_WEIGHT
VALUE
public static final java.lang.String VALUE
INDECES
public static final java.lang.String INDECES
INDEX_ID
public static final java.lang.String INDEX_ID
AbstractSearchIndexCollection.PropertyInput
public AbstractSearchIndexCollection.PropertyInput()
addLine
public void addLine(java.lang.String propertyName,
java.lang.String propertyValue)
- Parameters:
propertyName: - The name of the property to be put into the filepropertyValue: - The value(s) of the property to be put into the file
a new line with these two Strings is added to the classes internal String.
example: propertyName = "currency", propertyValue = "Euro" creates:
...
currency = Euro
...
addLine
public void addLine()
addComment
public void addComment(java.lang.String comment)
addDataLine
public void addDataLine(java.lang.String className,
int count,
java.lang.String propertyName,
java.lang.String value)
getInput
public java.lang.String getInput()
- returns the complete properties list as a String
createPropertyName
public java.lang.String createPropertyName(java.lang.String ClassName,
int count,
java.lang.String PropertyName)
convertBoolean
public java.lang.String convertBoolean(boolean flag)
convertBoolean
public boolean convertBoolean(java.lang.String flag)
Copyright © 2004 by
SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein
as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other
countries all over the world. All other product and service names mentioned are the trademarks of their respective companies.
Data contained in this document serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies
("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be
liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are
those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein
should be construed as constituting an additional warranty.