Class TranslationCommonProperties
java.lang.Object
com.broadleafcommerce.translation.service.autoconfigure.TranslationCommonProperties
@ConfigurationProperties("broadleaf.translation.common")
public class TranslationCommonProperties
extends Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
The size of each chunk to read when readingTranslations
byTranslation.getEntityType()
and a list ofentity ids
.int
hashCode()
void
setChunkSize
(int chunkSize) The size of each chunk to read when readingTranslations
byTranslation.getEntityType()
and a list ofentity ids
.void
setDeployment
(TranslationCommonProperties.Deployment deployment) toString()
-
Constructor Details
-
TranslationCommonProperties
public TranslationCommonProperties()
-
-
Method Details
-
getChunkSize
public int getChunkSize()The size of each chunk to read when readingTranslations
byTranslation.getEntityType()
and a list ofentity ids
.- Returns:
- size of each chunk to read
-
getDeployment
-
setChunkSize
public void setChunkSize(int chunkSize) The size of each chunk to read when readingTranslations
byTranslation.getEntityType()
and a list ofentity ids
.- Parameters:
chunkSize
- size of each chunk to read
-
setDeployment
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-