コード例 #1
0
  public static com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupSoap fetchRuleGroup(
      long ruleGroupId) throws RemoteException {
    try {
      com.liferay.portlet.mobiledevicerules.model.MDRRuleGroup returnValue =
          MDRRuleGroupServiceUtil.fetchRuleGroup(ruleGroupId);

      return com.liferay.portlet.mobiledevicerules.model.MDRRuleGroupSoap.toSoapModel(returnValue);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }