public class CSDiagramEntryLocalServiceWrapper extends java.lang.Object implements CSDiagramEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryLocalService>
CSDiagramEntryLocalService.CSDiagramEntryLocalService| Constructor and Description |
|---|
CSDiagramEntryLocalServiceWrapper() |
CSDiagramEntryLocalServiceWrapper(CSDiagramEntryLocalService csDiagramEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CSDiagramEntry |
addCSDiagramEntry(CSDiagramEntry csDiagramEntry)
Adds the cs diagram entry to the database.
|
CSDiagramEntry |
addCSDiagramEntry(long userId,
long cpDefinitionId,
long cpInstanceId,
long cProductId,
boolean diagram,
int quantity,
java.lang.String sequence,
java.lang.String sku,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CSDiagramEntry |
createCSDiagramEntry(long CSDiagramEntryId)
Creates a new cs diagram entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
void |
deleteCSDiagramEntries(long cpDefinitionId) |
CSDiagramEntry |
deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry)
Deletes the cs diagram entry from the database.
|
CSDiagramEntry |
deleteCSDiagramEntry(long CSDiagramEntryId)
Deletes the cs diagram entry with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
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)
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)
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)
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)
Returns the number of rows matching the dynamic query.
|
CSDiagramEntry |
fetchCSDiagramEntry(long CSDiagramEntryId) |
CSDiagramEntry |
fetchCSDiagramEntry(long cpDefinitionId,
java.lang.String sequence) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<CSDiagramEntry> |
getCPDefinitionRelatedCSDiagramEntries(long cpDefinitionId) |
java.util.List<CSDiagramEntry> |
getCProductCSDiagramEntries(long cProductId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) |
java.util.List<CSDiagramEntry> |
getCSDiagramEntries(int start,
int end)
Returns a range of all the cs diagram entries.
|
java.util.List<CSDiagramEntry> |
getCSDiagramEntries(long cpDefinitionId,
int start,
int end) |
int |
getCSDiagramEntriesCount()
Returns the number of cs diagram entries.
|
int |
getCSDiagramEntriesCount(long cpDefinitionId) |
CSDiagramEntry |
getCSDiagramEntry(long CSDiagramEntryId)
Returns the cs diagram entry with the primary key.
|
CSDiagramEntry |
getCSDiagramEntry(long cpDefinitionId,
java.lang.String sequence) |
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CSDiagramEntry> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CSDiagramEntryLocalService |
getWrappedService() |
void |
setWrappedService(CSDiagramEntryLocalService csDiagramEntryLocalService) |
CSDiagramEntry |
updateCSDiagramEntry(CSDiagramEntry csDiagramEntry)
Updates the cs diagram entry in the database or adds it if it does not yet exist.
|
CSDiagramEntry |
updateCSDiagramEntry(long csDiagramEntryId,
long cpInstanceId,
long cProductId,
boolean diagram,
int quantity,
java.lang.String sequence,
java.lang.String sku,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry>,R,E> updateUnsafeFunction) |
public CSDiagramEntryLocalServiceWrapper()
public CSDiagramEntryLocalServiceWrapper(CSDiagramEntryLocalService csDiagramEntryLocalService)
public CSDiagramEntry addCSDiagramEntry(CSDiagramEntry csDiagramEntry)
Important: Inspect CSDiagramEntryLocalServiceImpl 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.
addCSDiagramEntry in interface CSDiagramEntryLocalServicecsDiagramEntry - the cs diagram entrypublic CSDiagramEntry addCSDiagramEntry(long userId, long cpDefinitionId, long cpInstanceId, long cProductId, boolean diagram, int quantity, java.lang.String sequence, java.lang.String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCSDiagramEntry in interface CSDiagramEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntry createCSDiagramEntry(long CSDiagramEntryId)
createCSDiagramEntry in interface CSDiagramEntryLocalServiceCSDiagramEntryId - the primary key for the new cs diagram entrypublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CSDiagramEntryLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void deleteCSDiagramEntries(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCSDiagramEntries in interface CSDiagramEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramEntry deleteCSDiagramEntry(CSDiagramEntry csDiagramEntry) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CSDiagramEntryLocalServiceImpl 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.
deleteCSDiagramEntry in interface CSDiagramEntryLocalServicecsDiagramEntry - the cs diagram entryPortalExceptionpublic CSDiagramEntry deleteCSDiagramEntry(long CSDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CSDiagramEntryLocalServiceImpl 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.
deleteCSDiagramEntry in interface CSDiagramEntryLocalServiceCSDiagramEntryId - the primary key of the cs diagram entryPortalException - if a cs diagram entry with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CSDiagramEntryLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CSDiagramEntryLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CSDiagramEntryLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CSDiagramEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CSDiagramEntryLocalServicedynamicQuery - 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.shop.by.diagram.model.impl.CSDiagramEntryModelImpl.
dynamicQuery in interface CSDiagramEntryLocalServicedynamicQuery - 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.shop.by.diagram.model.impl.CSDiagramEntryModelImpl.
dynamicQuery in interface CSDiagramEntryLocalServicedynamicQuery - 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 CSDiagramEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CSDiagramEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CSDiagramEntry fetchCSDiagramEntry(long CSDiagramEntryId)
fetchCSDiagramEntry in interface CSDiagramEntryLocalServicepublic CSDiagramEntry fetchCSDiagramEntry(long cpDefinitionId, java.lang.String sequence)
fetchCSDiagramEntry in interface CSDiagramEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CSDiagramEntryLocalServicepublic java.util.List<CSDiagramEntry> getCPDefinitionRelatedCSDiagramEntries(long cpDefinitionId)
getCPDefinitionRelatedCSDiagramEntries in interface CSDiagramEntryLocalServicepublic java.util.List<CSDiagramEntry> getCProductCSDiagramEntries(long cProductId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CSDiagramEntry> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCProductCSDiagramEntries in interface CSDiagramEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CSDiagramEntry> getCSDiagramEntries(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.shop.by.diagram.model.impl.CSDiagramEntryModelImpl.
getCSDiagramEntries in interface CSDiagramEntryLocalServicestart - the lower bound of the range of cs diagram entriesend - the upper bound of the range of cs diagram entries (not inclusive)public java.util.List<CSDiagramEntry> getCSDiagramEntries(long cpDefinitionId, int start, int end)
getCSDiagramEntries in interface CSDiagramEntryLocalServicepublic int getCSDiagramEntriesCount()
getCSDiagramEntriesCount in interface CSDiagramEntryLocalServicepublic int getCSDiagramEntriesCount(long cpDefinitionId)
getCSDiagramEntriesCount in interface CSDiagramEntryLocalServicepublic CSDiagramEntry getCSDiagramEntry(long CSDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntry in interface CSDiagramEntryLocalServiceCSDiagramEntryId - the primary key of the cs diagram entryPortalException - if a cs diagram entry with the primary key could not be foundpublic CSDiagramEntry getCSDiagramEntry(long cpDefinitionId, java.lang.String sequence) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntry in interface CSDiagramEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CSDiagramEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CSDiagramEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CSDiagramEntryLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CSDiagramEntry updateCSDiagramEntry(CSDiagramEntry csDiagramEntry)
Important: Inspect CSDiagramEntryLocalServiceImpl 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.
updateCSDiagramEntry in interface CSDiagramEntryLocalServicecsDiagramEntry - the cs diagram entrypublic CSDiagramEntry updateCSDiagramEntry(long csDiagramEntryId, long cpInstanceId, long cProductId, boolean diagram, int quantity, java.lang.String sequence, java.lang.String sku, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCSDiagramEntry in interface CSDiagramEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry> getCTPersistence()
getCTPersistence in interface CSDiagramEntryLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramEntry>public java.lang.Class<CSDiagramEntry> getModelClass()
getModelClass in interface CSDiagramEntryLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramEntry>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CSDiagramEntryLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramEntry>E extends java.lang.Throwablepublic CSDiagramEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryLocalService>public void setWrappedService(CSDiagramEntryLocalService csDiagramEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramEntryLocalService>