Uses of Class
fr.becpg.config.format.PropertyFormats
Packages that use PropertyFormats
-
Uses of PropertyFormats in fr.becpg.config.format
Fields in fr.becpg.config.format with type parameters of type PropertyFormatsModifier and TypeFieldDescriptionprivate static final ConcurrentHashMap<String,PropertyFormats> PropertyFormats.MODE_CACHEMethods in fr.becpg.config.format that return PropertyFormatsModifier and TypeMethodDescriptionstatic PropertyFormatsPropertyFormats.forMode(FormatMode mode, boolean useServerLocale) forMode.PropertyFormats.withDateFormat(String dateFormat) withDateFormat.PropertyFormats.withDateTimeFormat(String datetimeFormat) withDateTimeFormat.PropertyFormats.withDatetimePattern(String pattern) Factory method to create a new instance with a different datetime patternPropertyFormats.withDecimalFormat(String decimalFormat) withDecimalFormat. -
Uses of PropertyFormats in fr.becpg.repo.helper
Methods in fr.becpg.repo.helper that return PropertyFormatsModifier and TypeMethodDescriptionAttributeExtractorService.getPropertyFormats(FormatMode json, boolean useServerLocale) getPropertyFormats.Methods in fr.becpg.repo.helper with parameters of type PropertyFormatsModifier and TypeMethodDescriptionAttributeExtractorService.extractPropertyForReport(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, Serializable value, PropertyFormats propertyFormats, boolean formatData) Deprecated.AttributeExtractorService.getStringValue(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, Serializable value, PropertyFormats propertyFormats) getStringValue. -
Uses of PropertyFormats in fr.becpg.repo.helper.impl
Methods in fr.becpg.repo.helper.impl that return PropertyFormatsModifier and TypeMethodDescriptionAttributeExtractorServiceImpl.getPropertyFormats(FormatMode mode, boolean useServerLocale) getPropertyFormats.Methods in fr.becpg.repo.helper.impl with parameters of type PropertyFormatsModifier and TypeMethodDescriptionAttributeExtractorServiceImpl.extractPropertyForReport(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, Serializable value, PropertyFormats propertyFormats, boolean formatData) extractPropertyForReport.AttributeExtractorServiceImpl.getStringValue(org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, Serializable v, PropertyFormats propertyFormats) getStringValue.private StringAttributeExtractorServiceImpl.getStringValue(org.alfresco.service.namespace.QName nodeType, org.alfresco.service.cmr.dictionary.PropertyDefinition propertyDef, Serializable v, PropertyFormats propertyFormats, boolean formatData)