public class BatchPlannerPlanServiceWrapper extends java.lang.Object implements BatchPlannerPlanService, com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>
BatchPlannerPlanService.BatchPlannerPlanService| Constructor and Description |
|---|
BatchPlannerPlanServiceWrapper() |
BatchPlannerPlanServiceWrapper(BatchPlannerPlanService batchPlannerPlanService) |
| Modifier and Type | Method and Description |
|---|---|
BatchPlannerPlan |
addBatchPlannerPlan(boolean export,
java.lang.String externalType,
java.lang.String externalURL,
java.lang.String internalClassName,
java.lang.String name,
int size,
java.lang.String taskItemDelegateName,
boolean template) |
BatchPlannerPlan |
deleteBatchPlannerPlan(long batchPlannerPlanId) |
BatchPlannerPlan |
fetchBatchPlannerPlan(long batchPlannerPlanId) |
BatchPlannerPlan |
getBatchPlannerPlan(long batchPlannerPlanId) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean export,
boolean template,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean export,
boolean template,
java.lang.String searchByKeyword,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean template,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
boolean template,
java.lang.String searchByKeyword,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
int start,
int end) |
java.util.List<BatchPlannerPlan> |
getBatchPlannerPlans(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) |
int |
getBatchPlannerPlansCount(long companyId) |
int |
getBatchPlannerPlansCount(long companyId,
boolean template) |
int |
getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template) |
int |
getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template,
java.lang.String searchByKeyword) |
int |
getBatchPlannerPlansCount(long companyId,
boolean template,
java.lang.String searchByKeyword) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
BatchPlannerPlanService |
getWrappedService() |
void |
setWrappedService(BatchPlannerPlanService batchPlannerPlanService) |
BatchPlannerPlan |
updateBatchPlannerPlan(long batchPlannerPlanId,
java.lang.String externalType,
java.lang.String internalClassName,
java.lang.String name) |
public BatchPlannerPlanServiceWrapper()
public BatchPlannerPlanServiceWrapper(BatchPlannerPlanService batchPlannerPlanService)
public BatchPlannerPlan addBatchPlannerPlan(boolean export, java.lang.String externalType, java.lang.String externalURL, java.lang.String internalClassName, java.lang.String name, int size, java.lang.String taskItemDelegateName, boolean template) throws com.liferay.portal.kernel.exception.PortalException
addBatchPlannerPlan in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchPlannerPlan deleteBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
deleteBatchPlannerPlan in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchPlannerPlan fetchBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
fetchBatchPlannerPlan in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchPlannerPlan getBatchPlannerPlan(long batchPlannerPlanId) throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPlan in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
getBatchPlannerPlans in interface BatchPlannerPlanServicepublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean export, boolean template, java.lang.String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPlans in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
getBatchPlannerPlans in interface BatchPlannerPlanServicepublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, boolean template, java.lang.String searchByKeyword, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPlans in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end)
getBatchPlannerPlans in interface BatchPlannerPlanServicepublic java.util.List<BatchPlannerPlan> getBatchPlannerPlans(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchPlannerPlan> orderByComparator)
getBatchPlannerPlans in interface BatchPlannerPlanServicepublic int getBatchPlannerPlansCount(long companyId)
getBatchPlannerPlansCount in interface BatchPlannerPlanServicepublic int getBatchPlannerPlansCount(long companyId,
boolean template)
getBatchPlannerPlansCount in interface BatchPlannerPlanServicepublic int getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template)
getBatchPlannerPlansCount in interface BatchPlannerPlanServicepublic int getBatchPlannerPlansCount(long companyId,
boolean export,
boolean template,
java.lang.String searchByKeyword)
throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPlansCount in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getBatchPlannerPlansCount(long companyId,
boolean template,
java.lang.String searchByKeyword)
throws com.liferay.portal.kernel.exception.PortalException
getBatchPlannerPlansCount in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BatchPlannerPlanServicepublic BatchPlannerPlan updateBatchPlannerPlan(long batchPlannerPlanId, java.lang.String externalType, java.lang.String internalClassName, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateBatchPlannerPlan in interface BatchPlannerPlanServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BatchPlannerPlanService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>public void setWrappedService(BatchPlannerPlanService batchPlannerPlanService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BatchPlannerPlanService>