Skip to content

Commit

Permalink
COMMERCE-7414 regen
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 8, 2021
1 parent 7268825 commit 6417743
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,17 +462,21 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static com.liferay.commerce.order.rule.model.COREntryRel
getCOREntryRel(HttpPrincipal httpPrincipal, long corEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException {
public static java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>
getCommerceOrderTypeCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId,
String keywords, int start, int end)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class, "getCOREntryRel",
_getCOREntryRelParameterTypes10);
COREntryRelServiceUtil.class,
"getCommerceOrderTypeCOREntryRels",
_getCommerceOrderTypeCOREntryRelsParameterTypes10);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryRelId);
methodKey, corEntryId, keywords, start, end);

Object returnObj = null;

Expand All @@ -491,7 +495,8 @@ public static int getCommerceChannelCOREntryRelsCount(
exception);
}

return (com.liferay.commerce.order.rule.model.COREntryRel)returnObj;
return (java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>)returnObj;
}
catch (com.liferay.portal.kernel.exception.SystemException
systemException) {
Expand All @@ -502,18 +507,18 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException {
public static int getCommerceOrderTypeCOREntryRelsCount(
HttpPrincipal httpPrincipal, long corEntryId, String keywords)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class, "getCOREntryRels",
_getCOREntryRelsParameterTypes11);
COREntryRelServiceUtil.class,
"getCommerceOrderTypeCOREntryRelsCount",
_getCommerceOrderTypeCOREntryRelsCountParameterTypes11);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryId);
methodKey, corEntryId, keywords);

Object returnObj = null;

Expand All @@ -532,8 +537,7 @@ <com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
exception);
}

return (java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>)returnObj;
return ((Integer)returnObj).intValue();
}
catch (com.liferay.portal.kernel.exception.SystemException
systemException) {
Expand All @@ -544,22 +548,17 @@ <com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
}
}

public static java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId, int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator
<com.liferay.commerce.order.rule.model.COREntryRel>
orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException {
public static com.liferay.commerce.order.rule.model.COREntryRel
getCOREntryRel(HttpPrincipal httpPrincipal, long corEntryRelId)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class, "getCOREntryRels",
_getCOREntryRelsParameterTypes12);
COREntryRelServiceUtil.class, "getCOREntryRel",
_getCOREntryRelParameterTypes12);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryId, start, end, orderByComparator);
methodKey, corEntryRelId);

Object returnObj = null;

Expand All @@ -578,8 +577,7 @@ <com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
exception);
}

return (java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>)returnObj;
return (com.liferay.commerce.order.rule.model.COREntryRel)returnObj;
}
catch (com.liferay.portal.kernel.exception.SystemException
systemException) {
Expand All @@ -590,14 +588,15 @@ <com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
}
}

public static int getCOREntryRelsCount(
HttpPrincipal httpPrincipal, long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException {
public static java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class, "getCOREntryRelsCount",
_getCOREntryRelsCountParameterTypes13);
COREntryRelServiceUtil.class, "getCOREntryRels",
_getCOREntryRelsParameterTypes13);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryId);
Expand All @@ -619,7 +618,8 @@ public static int getCOREntryRelsCount(
exception);
}

return ((Integer)returnObj).intValue();
return (java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>)returnObj;
}
catch (com.liferay.portal.kernel.exception.SystemException
systemException) {
Expand All @@ -631,20 +631,21 @@ public static int getCOREntryRelsCount(
}

public static java.util.List
<com.liferay.commerce.order.rule.model.COREntryRel>
getCommerceOrderTypeCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId,
String keywords, int start, int end)
<com.liferay.commerce.order.rule.model.COREntryRel> getCOREntryRels(
HttpPrincipal httpPrincipal, long corEntryId, int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator
<com.liferay.commerce.order.rule.model.COREntryRel>
orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class,
"getCommerceOrderTypeCOREntryRels",
_getCommerceOrderTypeCOREntryRelsParameterTypes14);
COREntryRelServiceUtil.class, "getCOREntryRels",
_getCOREntryRelsParameterTypes14);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryId, keywords, start, end);
methodKey, corEntryId, start, end, orderByComparator);

Object returnObj = null;

Expand Down Expand Up @@ -675,18 +676,17 @@ public static int getCOREntryRelsCount(
}
}

public static int getCommerceOrderTypeCOREntryRelsCount(
HttpPrincipal httpPrincipal, long corEntryId, String keywords)
public static int getCOREntryRelsCount(
HttpPrincipal httpPrincipal, long corEntryId)
throws com.liferay.portal.kernel.exception.PortalException {

try {
MethodKey methodKey = new MethodKey(
COREntryRelServiceUtil.class,
"getCommerceOrderTypeCOREntryRelsCount",
_getCommerceOrderTypeCOREntryRelsCountParameterTypes15);
COREntryRelServiceUtil.class, "getCOREntryRelsCount",
_getCOREntryRelsCountParameterTypes15);

MethodHandler methodHandler = new MethodHandler(
methodKey, corEntryId, keywords);
methodKey, corEntryId);

Object returnObj = null;

Expand Down Expand Up @@ -753,24 +753,24 @@ public static int getCommerceOrderTypeCOREntryRelsCount(
_getCommerceChannelCOREntryRelsCountParameterTypes9 = new Class[] {
long.class, String.class
};
private static final Class<?>[] _getCOREntryRelParameterTypes10 =
private static final Class<?>[]
_getCommerceOrderTypeCOREntryRelsParameterTypes10 = new Class[] {
long.class, String.class, int.class, int.class
};
private static final Class<?>[]
_getCommerceOrderTypeCOREntryRelsCountParameterTypes11 = new Class[] {
long.class, String.class
};
private static final Class<?>[] _getCOREntryRelParameterTypes12 =
new Class[] {long.class};
private static final Class<?>[] _getCOREntryRelsParameterTypes11 =
private static final Class<?>[] _getCOREntryRelsParameterTypes13 =
new Class[] {long.class};
private static final Class<?>[] _getCOREntryRelsParameterTypes12 =
private static final Class<?>[] _getCOREntryRelsParameterTypes14 =
new Class[] {
long.class, int.class, int.class,
com.liferay.portal.kernel.util.OrderByComparator.class
};
private static final Class<?>[] _getCOREntryRelsCountParameterTypes13 =
private static final Class<?>[] _getCOREntryRelsCountParameterTypes15 =
new Class[] {long.class};
private static final Class<?>[]
_getCommerceOrderTypeCOREntryRelsParameterTypes14 = new Class[] {
long.class, String.class, int.class, int.class
};
private static final Class<?>[]
_getCommerceOrderTypeCOREntryRelsCountParameterTypes15 = new Class[] {
long.class, String.class
};

}
Original file line number Diff line number Diff line change
Expand Up @@ -244,16 +244,19 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static com.liferay.commerce.order.rule.model.COREntryRelSoap
getCOREntryRel(long corEntryRelId)
public static com.liferay.commerce.order.rule.model.COREntryRelSoap[]
getCommerceOrderTypeCOREntryRels(
long corEntryId, String keywords, int start, int end)
throws RemoteException {

try {
com.liferay.commerce.order.rule.model.COREntryRel returnValue =
COREntryRelServiceUtil.getCOREntryRel(corEntryRelId);
java.util.List<com.liferay.commerce.order.rule.model.COREntryRel>
returnValue =
COREntryRelServiceUtil.getCommerceOrderTypeCOREntryRels(
corEntryId, keywords, start, end);

return com.liferay.commerce.order.rule.model.COREntryRelSoap.
toSoapModel(returnValue);
toSoapModels(returnValue);
}
catch (Exception exception) {
_log.error(exception, exception);
Expand All @@ -262,17 +265,16 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static com.liferay.commerce.order.rule.model.COREntryRelSoap[]
getCOREntryRels(long corEntryId)
public static int getCommerceOrderTypeCOREntryRelsCount(
long corEntryId, String keywords)
throws RemoteException {

try {
java.util.List<com.liferay.commerce.order.rule.model.COREntryRel>
returnValue = COREntryRelServiceUtil.getCOREntryRels(
corEntryId);
int returnValue =
COREntryRelServiceUtil.getCommerceOrderTypeCOREntryRelsCount(
corEntryId, keywords);

return com.liferay.commerce.order.rule.model.COREntryRelSoap.
toSoapModels(returnValue);
return returnValue;
}
catch (Exception exception) {
_log.error(exception, exception);
Expand All @@ -281,21 +283,16 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static com.liferay.commerce.order.rule.model.COREntryRelSoap[]
getCOREntryRels(
long corEntryId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator
<com.liferay.commerce.order.rule.model.COREntryRel>
orderByComparator)
public static com.liferay.commerce.order.rule.model.COREntryRelSoap
getCOREntryRel(long corEntryRelId)
throws RemoteException {

try {
java.util.List<com.liferay.commerce.order.rule.model.COREntryRel>
returnValue = COREntryRelServiceUtil.getCOREntryRels(
corEntryId, start, end, orderByComparator);
com.liferay.commerce.order.rule.model.COREntryRel returnValue =
COREntryRelServiceUtil.getCOREntryRel(corEntryRelId);

return com.liferay.commerce.order.rule.model.COREntryRelSoap.
toSoapModels(returnValue);
toSoapModel(returnValue);
}
catch (Exception exception) {
_log.error(exception, exception);
Expand All @@ -304,14 +301,17 @@ public static int getCommerceChannelCOREntryRelsCount(
}
}

public static int getCOREntryRelsCount(long corEntryId)
public static com.liferay.commerce.order.rule.model.COREntryRelSoap[]
getCOREntryRels(long corEntryId)
throws RemoteException {

try {
int returnValue = COREntryRelServiceUtil.getCOREntryRelsCount(
corEntryId);
java.util.List<com.liferay.commerce.order.rule.model.COREntryRel>
returnValue = COREntryRelServiceUtil.getCOREntryRels(
corEntryId);

return returnValue;
return com.liferay.commerce.order.rule.model.COREntryRelSoap.
toSoapModels(returnValue);
}
catch (Exception exception) {
_log.error(exception, exception);
Expand All @@ -321,15 +321,17 @@ public static int getCOREntryRelsCount(long corEntryId)
}

public static com.liferay.commerce.order.rule.model.COREntryRelSoap[]
getCommerceOrderTypeCOREntryRels(
long corEntryId, String keywords, int start, int end)
getCOREntryRels(
long corEntryId, int start, int end,
com.liferay.portal.kernel.util.OrderByComparator
<com.liferay.commerce.order.rule.model.COREntryRel>
orderByComparator)
throws RemoteException {

try {
java.util.List<com.liferay.commerce.order.rule.model.COREntryRel>
returnValue =
COREntryRelServiceUtil.getCommerceOrderTypeCOREntryRels(
corEntryId, keywords, start, end);
returnValue = COREntryRelServiceUtil.getCOREntryRels(
corEntryId, start, end, orderByComparator);

return com.liferay.commerce.order.rule.model.COREntryRelSoap.
toSoapModels(returnValue);
Expand All @@ -341,14 +343,12 @@ public static int getCOREntryRelsCount(long corEntryId)
}
}

public static int getCommerceOrderTypeCOREntryRelsCount(
long corEntryId, String keywords)
public static int getCOREntryRelsCount(long corEntryId)
throws RemoteException {

try {
int returnValue =
COREntryRelServiceUtil.getCommerceOrderTypeCOREntryRelsCount(
corEntryId, keywords);
int returnValue = COREntryRelServiceUtil.getCOREntryRelsCount(
corEntryId);

return returnValue;
}
Expand Down
Loading

0 comments on commit 6417743

Please sign in to comment.