[echo] @@ -469,7 +469,7 @@ public class FragmentCompositionServiceHttp {
[echo] public static com.liferay.fragment.model.FragmentComposition
[echo] updateFragmentComposition(
[echo] HttpPrincipal httpPrincipal, long fragmentCompositionId,
[echo] - String name)
[echo] + long previewFileEntryId)
[echo] throws com.liferay.portal.kernel.exception.PortalException {
[echo]
[echo] try {
[echo] @@ -479,7 +479,7 @@ public class FragmentCompositionServiceHttp {
[echo] _updateFragmentCompositionParameterTypes11);
[echo]
[echo] MethodHandler methodHandler = new MethodHandler(
[echo] - methodKey, fragmentCompositionId, name);
[echo] + methodKey, fragmentCompositionId, previewFileEntryId);
[echo]
[echo] Object returnObj = null;
[echo]
[echo] @@ -512,7 +512,7 @@ public class FragmentCompositionServiceHttp {
[echo] public static com.liferay.fragment.model.FragmentComposition
[echo] updateFragmentComposition(
[echo] HttpPrincipal httpPrincipal, long fragmentCompositionId,
[echo] - long previewFileEntryId)
[echo] + String name)
[echo] throws com.liferay.portal.kernel.exception.PortalException {
[echo]
[echo] try {
[echo] @@ -522,7 +522,7 @@ public class FragmentCompositionServiceHttp {
[echo] _updateFragmentCompositionParameterTypes12);
[echo]
[echo] MethodHandler methodHandler = new MethodHandler(
[echo] - methodKey, fragmentCompositionId, previewFileEntryId);
[echo] + methodKey, fragmentCompositionId, name);
[echo]
[echo] Object returnObj = null;