Package org.apache.ofbiz.content.content
Class ContentMapFacade
java.lang.Object
org.apache.ofbiz.content.content.ContentMapFacade
ContentMapFacade
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionContentMapFacade
(LocalDispatcher dispatcher, GenericValue content, Map<String, Object> context, Locale locale, String mimeTypeId, boolean cache) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object object) boolean
containsValue
(Object object) entrySet()
boolean
isEmpty()
keySet()
void
protected String
Render this string.void
setDecoratedContent
(ContentMapFacade decoratedContent) Sets decorated content.void
setIsDecorated
(boolean isDecorated) Sets is decorated.void
setMapKeyFilter
(Object obj) Sets map key filter.void
setRenderFlag
(boolean render) Sets render flag.void
setSortOrder
(Object obj) Sets sort order.void
setStatusFilter
(Object obj) Sets status filter.int
size()
toString()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ContentMapFacade
public ContentMapFacade(LocalDispatcher dispatcher, GenericValue content, Map<String, Object> context, Locale locale, String mimeTypeId, boolean cache)
-
-
Method Details
-
setRenderFlag
public void setRenderFlag(boolean render) Sets render flag.- Parameters:
render
- the render
-
setIsDecorated
public void setIsDecorated(boolean isDecorated) Sets is decorated.- Parameters:
isDecorated
- the is decorated
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<Object,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<Object,
Object>
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
setSortOrder
Sets sort order.- Parameters:
obj
- the obj
-
setMapKeyFilter
Sets map key filter.- Parameters:
obj
- the obj
-
setStatusFilter
Sets status filter.- Parameters:
obj
- the obj
-
setDecoratedContent
Sets decorated content.- Parameters:
decoratedContent
- the decorated content
-
get
-
renderThis
Render this string.- Returns:
- the string
-
toString
-