Package org.apache.ofbiz.content.cms
Class ContentJsonEvents
- java.lang.Object
-
- org.apache.ofbiz.content.cms.ContentJsonEvents
-
public class ContentJsonEvents extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTENT_NAME_MAX_LENGTH
-
Constructor Summary
Constructors Constructor Description ContentJsonEvents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
deleteContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static void
deleteContent(Delegator delegator, java.lang.String contentId)
static java.lang.String
getContentAssocs(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
static java.lang.String
moveContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
-
-
Field Detail
-
CONTENT_NAME_MAX_LENGTH
public static final int CONTENT_NAME_MAX_LENGTH
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentAssocs
public static java.lang.String getContentAssocs(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws GenericEntityException, java.io.IOException
- Throws:
GenericEntityException
java.io.IOException
-
moveContent
public static java.lang.String moveContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws GenericEntityException, java.io.IOException
- Throws:
GenericEntityException
java.io.IOException
-
deleteContent
public static java.lang.String deleteContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws GenericEntityException
- Throws:
GenericEntityException
-
deleteContent
public static void deleteContent(Delegator delegator, java.lang.String contentId) throws GenericEntityException
- Throws:
GenericEntityException
-
-