Class CommerceVirtualOrderItemLocalServiceWrapper
- All Implemented Interfaces:
CommerceVirtualOrderItemLocalService,com.liferay.portal.kernel.service.BaseLocalService,com.liferay.portal.kernel.service.PersistedModelLocalService,com.liferay.portal.kernel.service.ServiceWrapper<CommerceVirtualOrderItemLocalService>
CommerceVirtualOrderItemLocalService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceVirtualOrderItemLocalServiceWrapper(CommerceVirtualOrderItemLocalService commerceVirtualOrderItemLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceVirtualOrderItem(long commerceOrderItemId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCommerceVirtualOrderItem(long commerceOrderItemId, List<com.liferay.commerce.product.type.virtual.model.CPDVirtualSettingFileEntry> cpdVirtualSettingFileEntries, int activationStatus, long duration, int maxUsages, com.liferay.portal.kernel.service.ServiceContext serviceContext) addCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Adds the commerce virtual order item to the database.voidcreateCommerceVirtualOrderItem(long commerceVirtualOrderItemId) Creates a new commerce virtual order item with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteCommerceVirtualOrderItem(long commerceVirtualOrderItemId) Deletes the commerce virtual order item with the primary key from the database.deleteCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Deletes the commerce virtual order item from the database.voiddeleteCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) com.liferay.portal.kernel.dao.orm.DynamicQuery<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.<T> List<T>dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.fetchCommerceVirtualOrderItem(long commerceVirtualOrderItemId) fetchCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId) fetchCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId, boolean useFinderCache) fetchCommerceVirtualOrderItemByUuidAndGroupId(String uuid, long groupId) Returns the commerce virtual order item matching the UUID and group.com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>getCommerceVirtualOrderItem(long commerceVirtualOrderItemId) Returns the commerce virtual order item with the primary key.getCommerceVirtualOrderItemByUuidAndGroupId(String uuid, long groupId) Returns the commerce virtual order item matching the UUID and group.getCommerceVirtualOrderItems(int start, int end) Returns a range of all the commerce virtual order items.getCommerceVirtualOrderItems(long groupId, long commerceAccountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) getCommerceVirtualOrderItemsByUuidAndCompanyId(String uuid, long companyId) Returns all the commerce virtual order items matching the UUID and company.getCommerceVirtualOrderItemsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) Returns a range of commerce virtual order items matching the UUID and company.intReturns the number of commerce virtual order items.intgetCommerceVirtualOrderItemsCount(long groupId, long commerceAccountId) com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuerygetExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) getFile(long commerceVirtualOrderItemId, long commerceVirtualOrderItemFileEntryId) com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) voidsetActive(long commerceVirtualOrderItemId, boolean active) voidsetWrappedService(CommerceVirtualOrderItemLocalService commerceVirtualOrderItemLocalService) updateCommerceVirtualOrderItem(long commerceVirtualOrderItemId, int activationStatus, long duration, int maxUsages, boolean active) updateCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Updates the commerce virtual order item in the database or adds it if it does not yet exist.updateCommerceVirtualOrderItemDates(long commerceVirtualOrderItemId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
CommerceVirtualOrderItemLocalServiceWrapper
public CommerceVirtualOrderItemLocalServiceWrapper() -
CommerceVirtualOrderItemLocalServiceWrapper
public CommerceVirtualOrderItemLocalServiceWrapper(CommerceVirtualOrderItemLocalService commerceVirtualOrderItemLocalService)
-
-
Method Details
-
addCommerceVirtualOrderItem
public CommerceVirtualOrderItem addCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Adds the commerce virtual order item to the database. Also notifies the appropriate model listeners.Important: Inspect CommerceVirtualOrderItemLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
addCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItem- the commerce virtual order item- Returns:
- the commerce virtual order item that was added
-
addCommerceVirtualOrderItem
public CommerceVirtualOrderItem addCommerceVirtualOrderItem(long commerceOrderItemId, List<com.liferay.commerce.product.type.virtual.model.CPDVirtualSettingFileEntry> cpdVirtualSettingFileEntries, int activationStatus, long duration, int maxUsages, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addCommerceVirtualOrderItem
public CommerceVirtualOrderItem addCommerceVirtualOrderItem(long commerceOrderItemId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
checkCommerceVirtualOrderItems
public void checkCommerceVirtualOrderItems() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
checkCommerceVirtualOrderItemsin interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createCommerceVirtualOrderItem
Creates a new commerce virtual order item with the primary key. Does not add the commerce virtual order item to the database.- Specified by:
createCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItemId- the primary key for the new commerce virtual order item- Returns:
- the new commerce virtual order item
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModelin interfaceCommerceVirtualOrderItemLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
deleteCommerceVirtualOrderItem
public CommerceVirtualOrderItem deleteCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Deletes the commerce virtual order item from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceVirtualOrderItemLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItem- the commerce virtual order item- Returns:
- the commerce virtual order item that was removed
-
deleteCommerceVirtualOrderItem
public CommerceVirtualOrderItem deleteCommerceVirtualOrderItem(long commerceVirtualOrderItemId) throws com.liferay.portal.kernel.exception.PortalException Deletes the commerce virtual order item with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect CommerceVirtualOrderItemLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
deleteCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItemId- the primary key of the commerce virtual order item- Returns:
- the commerce virtual order item that was removed
- Throws:
PortalException- if a commerce virtual order item with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteCommerceVirtualOrderItemByCommerceOrderItemId
public void deleteCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId) - Specified by:
deleteCommerceVirtualOrderItemByCommerceOrderItemIdin interfaceCommerceVirtualOrderItemLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModelin interfaceCommerceVirtualOrderItemLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceCommerceVirtualOrderItemLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceCommerceVirtualOrderItemLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceCommerceVirtualOrderItemLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin interfaceCommerceVirtualOrderItemLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) Performs a dynamic query on the database and returns a range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.product.type.virtual.order.model.impl.CommerceVirtualOrderItemModelImpl.- Specified by:
dynamicQueryin interfaceCommerceVirtualOrderItemLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator) Performs a dynamic query on the database and returns an ordered range of the matching rows.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.product.type.virtual.order.model.impl.CommerceVirtualOrderItemModelImpl.- Specified by:
dynamicQueryin interfaceCommerceVirtualOrderItemLocalService- Parameters:
dynamicQuery- the dynamic querystart- the lower bound of the range of model instancesend- the upper bound of the range of model instances (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceCommerceVirtualOrderItemLocalService- Parameters:
dynamicQuery- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCountin interfaceCommerceVirtualOrderItemLocalService- Parameters:
dynamicQuery- the dynamic queryprojection- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchCommerceVirtualOrderItem
- Specified by:
fetchCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService
-
fetchCommerceVirtualOrderItemByCommerceOrderItemId
public CommerceVirtualOrderItem fetchCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId) - Specified by:
fetchCommerceVirtualOrderItemByCommerceOrderItemIdin interfaceCommerceVirtualOrderItemLocalService
-
fetchCommerceVirtualOrderItemByCommerceOrderItemId
public CommerceVirtualOrderItem fetchCommerceVirtualOrderItemByCommerceOrderItemId(long commerceOrderItemId, boolean useFinderCache) - Specified by:
fetchCommerceVirtualOrderItemByCommerceOrderItemIdin interfaceCommerceVirtualOrderItemLocalService
-
fetchCommerceVirtualOrderItemByUuidAndGroupId
public CommerceVirtualOrderItem fetchCommerceVirtualOrderItemByUuidAndGroupId(String uuid, long groupId) Returns the commerce virtual order item matching the UUID and group.- Specified by:
fetchCommerceVirtualOrderItemByUuidAndGroupIdin interfaceCommerceVirtualOrderItemLocalService- Parameters:
uuid- the commerce virtual order item's UUIDgroupId- the primary key of the group- Returns:
- the matching commerce virtual order item, or
nullif a matching commerce virtual order item could not be found
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceCommerceVirtualOrderItemLocalService
-
getCommerceVirtualOrderItem
public CommerceVirtualOrderItem getCommerceVirtualOrderItem(long commerceVirtualOrderItemId) throws com.liferay.portal.kernel.exception.PortalException Returns the commerce virtual order item with the primary key.- Specified by:
getCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItemId- the primary key of the commerce virtual order item- Returns:
- the commerce virtual order item
- Throws:
PortalException- if a commerce virtual order item with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCommerceVirtualOrderItemByUuidAndGroupId
public CommerceVirtualOrderItem getCommerceVirtualOrderItemByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException Returns the commerce virtual order item matching the UUID and group.- Specified by:
getCommerceVirtualOrderItemByUuidAndGroupIdin interfaceCommerceVirtualOrderItemLocalService- Parameters:
uuid- the commerce virtual order item's UUIDgroupId- the primary key of the group- Returns:
- the matching commerce virtual order item
- Throws:
PortalException- if a matching commerce virtual order item could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getCommerceVirtualOrderItems
Returns a range of all the commerce virtual order items.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.commerce.product.type.virtual.order.model.impl.CommerceVirtualOrderItemModelImpl.- Specified by:
getCommerceVirtualOrderItemsin interfaceCommerceVirtualOrderItemLocalService- Parameters:
start- the lower bound of the range of commerce virtual order itemsend- the upper bound of the range of commerce virtual order items (not inclusive)- Returns:
- the range of commerce virtual order items
-
getCommerceVirtualOrderItems
public List<CommerceVirtualOrderItem> getCommerceVirtualOrderItems(long groupId, long commerceAccountId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) - Specified by:
getCommerceVirtualOrderItemsin interfaceCommerceVirtualOrderItemLocalService
-
getCommerceVirtualOrderItemsByUuidAndCompanyId
public List<CommerceVirtualOrderItem> getCommerceVirtualOrderItemsByUuidAndCompanyId(String uuid, long companyId) Returns all the commerce virtual order items matching the UUID and company.- Specified by:
getCommerceVirtualOrderItemsByUuidAndCompanyIdin interfaceCommerceVirtualOrderItemLocalService- Parameters:
uuid- the UUID of the commerce virtual order itemscompanyId- the primary key of the company- Returns:
- the matching commerce virtual order items, or an empty list if no matches were found
-
getCommerceVirtualOrderItemsByUuidAndCompanyId
public List<CommerceVirtualOrderItem> getCommerceVirtualOrderItemsByUuidAndCompanyId(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceVirtualOrderItem> orderByComparator) Returns a range of commerce virtual order items matching the UUID and company.- Specified by:
getCommerceVirtualOrderItemsByUuidAndCompanyIdin interfaceCommerceVirtualOrderItemLocalService- Parameters:
uuid- the UUID of the commerce virtual order itemscompanyId- the primary key of the companystart- the lower bound of the range of commerce virtual order itemsend- the upper bound of the range of commerce virtual order items (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the range of matching commerce virtual order items, or an empty list if no matches were found
-
getCommerceVirtualOrderItemsCount
public int getCommerceVirtualOrderItemsCount()Returns the number of commerce virtual order items.- Specified by:
getCommerceVirtualOrderItemsCountin interfaceCommerceVirtualOrderItemLocalService- Returns:
- the number of commerce virtual order items
-
getCommerceVirtualOrderItemsCount
public int getCommerceVirtualOrderItemsCount(long groupId, long commerceAccountId) - Specified by:
getCommerceVirtualOrderItemsCountin interfaceCommerceVirtualOrderItemLocalService
-
getExportActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) - Specified by:
getExportActionableDynamicQueryin interfaceCommerceVirtualOrderItemLocalService
-
getFile
public File getFile(long commerceVirtualOrderItemId, long commerceVirtualOrderItemFileEntryId) throws Exception - Specified by:
getFilein interfaceCommerceVirtualOrderItemLocalService- Throws:
Exception
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceCommerceVirtualOrderItemLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCommerceVirtualOrderItemLocalService- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModelin interfaceCommerceVirtualOrderItemLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
setActive
public void setActive(long commerceVirtualOrderItemId, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setActivein interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceVirtualOrderItem
public CommerceVirtualOrderItem updateCommerceVirtualOrderItem(CommerceVirtualOrderItem commerceVirtualOrderItem) Updates the commerce virtual order item in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect CommerceVirtualOrderItemLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
- Specified by:
updateCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Parameters:
commerceVirtualOrderItem- the commerce virtual order item- Returns:
- the commerce virtual order item that was updated
-
updateCommerceVirtualOrderItem
public CommerceVirtualOrderItem updateCommerceVirtualOrderItem(long commerceVirtualOrderItemId, int activationStatus, long duration, int maxUsages, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceVirtualOrderItemin interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceVirtualOrderItemDates
public CommerceVirtualOrderItem updateCommerceVirtualOrderItemDates(long commerceVirtualOrderItemId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceVirtualOrderItemDatesin interfaceCommerceVirtualOrderItemLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceVirtualOrderItemLocalService>
-
setWrappedService
public void setWrappedService(CommerceVirtualOrderItemLocalService commerceVirtualOrderItemLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceVirtualOrderItemLocalService>
-