Class LocalizationRowsToDmlStatements
- java.lang.Object
-
- de.hybris.platform.util.localization.jdbc.rx.functions.LocalizationRowsToDmlStatements
-
public class LocalizationRowsToDmlStatements extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocalizationRowsToDmlStatements(LocalizationInfo localizationInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.functions.Func1<java.lang.Iterable<LocalizableRowWithName>,rx.Observable<StatementWithParams>>withName()rx.functions.Func1<java.lang.Iterable<LocalizableRowWithNameAndDescription>,rx.Observable<StatementWithParams>>withNameAndDescription()
-
-
-
Constructor Detail
-
LocalizationRowsToDmlStatements
public LocalizationRowsToDmlStatements(LocalizationInfo localizationInfo)
-
-
Method Detail
-
withName
public rx.functions.Func1<java.lang.Iterable<LocalizableRowWithName>,rx.Observable<StatementWithParams>> withName()
-
withNameAndDescription
public rx.functions.Func1<java.lang.Iterable<LocalizableRowWithNameAndDescription>,rx.Observable<StatementWithParams>> withNameAndDescription()
-
-