@Deprecated public class CommerceNotificationAttachmentLocalServiceWrapper extends java.lang.Object implements CommerceNotificationAttachmentLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationAttachmentLocalService>
CommerceNotificationAttachmentLocalService.CommerceNotificationAttachmentLocalService| Constructor and Description |
|---|
CommerceNotificationAttachmentLocalServiceWrapper()
Deprecated.
|
CommerceNotificationAttachmentLocalServiceWrapper(CommerceNotificationAttachmentLocalService commerceNotificationAttachmentLocalService)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CommerceNotificationAttachment |
addCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Deprecated.
Adds the commerce notification attachment to the database.
|
CommerceNotificationAttachment |
addCommerceNotificationAttachment(long commerceNotificationQueueEntryId,
long fileEntryId,
boolean deleteOnSend,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
Deprecated.
|
CommerceNotificationAttachment |
createCommerceNotificationAttachment(long commerceNotificationAttachmentId)
Deprecated.
Creates a new commerce notification attachment with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj)
Deprecated.
|
CommerceNotificationAttachment |
deleteCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Deprecated.
Deletes the commerce notification attachment from the database.
|
CommerceNotificationAttachment |
deleteCommerceNotificationAttachment(long commerceNotificationAttachmentId)
Deprecated.
Deletes the commerce notification attachment with the primary key from the database.
|
void |
deleteCommerceNotificationAttachments(long commerceNotificationQueueEntryId)
Deprecated.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
Deprecated.
|
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
Deprecated.
|
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
Deprecated.
|
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery()
Deprecated.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Deprecated.
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Deprecated.
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Deprecated.
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Deprecated.
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Deprecated.
Returns the number of rows matching the dynamic query.
|
CommerceNotificationAttachment |
fetchCommerceNotificationAttachment(long commerceNotificationAttachmentId)
Deprecated.
|
CommerceNotificationAttachment |
fetchCommerceNotificationAttachmentByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the commerce notification attachment matching the UUID and group.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery()
Deprecated.
|
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence()
Deprecated.
|
CommerceNotificationAttachment |
getCommerceNotificationAttachment(long commerceNotificationAttachmentId)
Deprecated.
Returns the commerce notification attachment with the primary key.
|
CommerceNotificationAttachment |
getCommerceNotificationAttachmentByUuidAndGroupId(java.lang.String uuid,
long groupId)
Deprecated.
Returns the commerce notification attachment matching the UUID and group.
|
java.util.List<CommerceNotificationAttachment> |
getCommerceNotificationAttachments(int start,
int end)
Deprecated.
Returns a range of all the commerce notification attachments.
|
java.util.List<CommerceNotificationAttachment> |
getCommerceNotificationAttachments(long commerceNotificationQueueEntryId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationAttachment> orderByComparator)
Deprecated.
|
java.util.List<CommerceNotificationAttachment> |
getCommerceNotificationAttachmentsByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Deprecated.
Returns all the commerce notification attachments matching the UUID and company.
|
java.util.List<CommerceNotificationAttachment> |
getCommerceNotificationAttachmentsByUuidAndCompanyId(java.lang.String uuid,
long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationAttachment> orderByComparator)
Deprecated.
Returns a range of commerce notification attachments matching the UUID and company.
|
int |
getCommerceNotificationAttachmentsCount()
Deprecated.
Returns the number of commerce notification attachments.
|
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
Deprecated.
|
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
Deprecated.
|
java.lang.String |
getOSGiServiceIdentifier()
Deprecated.
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj)
Deprecated.
|
CommerceNotificationAttachmentLocalService |
getWrappedService()
Deprecated.
|
void |
setWrappedService(CommerceNotificationAttachmentLocalService commerceNotificationAttachmentLocalService)
Deprecated.
|
CommerceNotificationAttachment |
updateCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Deprecated.
Updates the commerce notification attachment in the database or adds it if it does not yet exist.
|
public CommerceNotificationAttachmentLocalServiceWrapper()
public CommerceNotificationAttachmentLocalServiceWrapper(CommerceNotificationAttachmentLocalService commerceNotificationAttachmentLocalService)
public CommerceNotificationAttachment addCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Important: Inspect CommerceNotificationAttachmentLocalServiceImpl 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.
addCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachment - the commerce notification attachmentpublic CommerceNotificationAttachment addCommerceNotificationAttachment(long commerceNotificationQueueEntryId, long fileEntryId, boolean deleteOnSend, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceNotificationAttachment createCommerceNotificationAttachment(long commerceNotificationAttachmentId)
createCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachmentId - the primary key for the new commerce notification attachmentpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceNotificationAttachmentLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceNotificationAttachment deleteCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Important: Inspect CommerceNotificationAttachmentLocalServiceImpl 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.
deleteCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachment - the commerce notification attachmentpublic CommerceNotificationAttachment deleteCommerceNotificationAttachment(long commerceNotificationAttachmentId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceNotificationAttachmentLocalServiceImpl 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.
deleteCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachmentId - the primary key of the commerce notification attachmentPortalException - if a commerce notification attachment with the primary key could not be foundpublic void deleteCommerceNotificationAttachments(long commerceNotificationQueueEntryId)
deleteCommerceNotificationAttachments in interface CommerceNotificationAttachmentLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceNotificationAttachmentLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceNotificationAttachmentLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceNotificationAttachmentLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceNotificationAttachmentLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceNotificationAttachmentLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.notification.model.impl.CommerceNotificationAttachmentModelImpl.
dynamicQuery in interface CommerceNotificationAttachmentLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.notification.model.impl.CommerceNotificationAttachmentModelImpl.
dynamicQuery in interface CommerceNotificationAttachmentLocalServicedynamicQuery - 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 (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceNotificationAttachmentLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceNotificationAttachmentLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceNotificationAttachment fetchCommerceNotificationAttachment(long commerceNotificationAttachmentId)
fetchCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicepublic CommerceNotificationAttachment fetchCommerceNotificationAttachmentByUuidAndGroupId(java.lang.String uuid, long groupId)
fetchCommerceNotificationAttachmentByUuidAndGroupId in interface CommerceNotificationAttachmentLocalServiceuuid - the commerce notification attachment's UUIDgroupId - the primary key of the groupnull if a matching commerce notification attachment could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceNotificationAttachmentLocalServicepublic CommerceNotificationAttachment getCommerceNotificationAttachment(long commerceNotificationAttachmentId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachmentId - the primary key of the commerce notification attachmentPortalException - if a commerce notification attachment with the primary key could not be foundpublic CommerceNotificationAttachment getCommerceNotificationAttachmentByUuidAndGroupId(java.lang.String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceNotificationAttachmentByUuidAndGroupId in interface CommerceNotificationAttachmentLocalServiceuuid - the commerce notification attachment's UUIDgroupId - the primary key of the groupPortalException - if a matching commerce notification attachment could not be foundpublic java.util.List<CommerceNotificationAttachment> getCommerceNotificationAttachments(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.notification.model.impl.CommerceNotificationAttachmentModelImpl.
getCommerceNotificationAttachments in interface CommerceNotificationAttachmentLocalServicestart - the lower bound of the range of commerce notification attachmentsend - the upper bound of the range of commerce notification attachments (not inclusive)public java.util.List<CommerceNotificationAttachment> getCommerceNotificationAttachments(long commerceNotificationQueueEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationAttachment> orderByComparator)
getCommerceNotificationAttachments in interface CommerceNotificationAttachmentLocalServicepublic java.util.List<CommerceNotificationAttachment> getCommerceNotificationAttachmentsByUuidAndCompanyId(java.lang.String uuid, long companyId)
getCommerceNotificationAttachmentsByUuidAndCompanyId in interface CommerceNotificationAttachmentLocalServiceuuid - the UUID of the commerce notification attachmentscompanyId - the primary key of the companypublic java.util.List<CommerceNotificationAttachment> getCommerceNotificationAttachmentsByUuidAndCompanyId(java.lang.String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommerceNotificationAttachment> orderByComparator)
getCommerceNotificationAttachmentsByUuidAndCompanyId in interface CommerceNotificationAttachmentLocalServiceuuid - the UUID of the commerce notification attachmentscompanyId - the primary key of the companystart - the lower bound of the range of commerce notification attachmentsend - the upper bound of the range of commerce notification attachments (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public int getCommerceNotificationAttachmentsCount()
getCommerceNotificationAttachmentsCount in interface CommerceNotificationAttachmentLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceNotificationAttachmentLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceNotificationAttachmentLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceNotificationAttachmentLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceNotificationAttachmentLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceNotificationAttachment updateCommerceNotificationAttachment(CommerceNotificationAttachment commerceNotificationAttachment)
Important: Inspect CommerceNotificationAttachmentLocalServiceImpl 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.
updateCommerceNotificationAttachment in interface CommerceNotificationAttachmentLocalServicecommerceNotificationAttachment - the commerce notification attachmentpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceNotificationAttachmentLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationAttachmentLocalService>public void setWrappedService(CommerceNotificationAttachmentLocalService commerceNotificationAttachmentLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceNotificationAttachmentLocalService>