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 CSDiagramEntryLocalService
csDiagramEntry
- 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 CSDiagramEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public CSDiagramEntry createCSDiagramEntry(long CSDiagramEntryId)
createCSDiagramEntry
in interface CSDiagramEntryLocalService
CSDiagramEntryId
- 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 CSDiagramEntryLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public void deleteCSDiagramEntries(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
deleteCSDiagramEntries
in interface CSDiagramEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CSDiagramEntryLocalService
csDiagramEntry
- the cs diagram entryPortalException
public 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 CSDiagramEntryLocalService
CSDiagramEntryId
- 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 CSDiagramEntryLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CSDiagramEntryLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CSDiagramEntryLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CSDiagramEntryLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CSDiagramEntryLocalService
dynamicQuery
- 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 CSDiagramEntryLocalService
dynamicQuery
- 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 CSDiagramEntryLocalService
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 (optionally null
)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount
in interface CSDiagramEntryLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CSDiagramEntryLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CSDiagramEntry fetchCSDiagramEntry(long CSDiagramEntryId)
fetchCSDiagramEntry
in interface CSDiagramEntryLocalService
public CSDiagramEntry fetchCSDiagramEntry(long cpDefinitionId, java.lang.String sequence)
fetchCSDiagramEntry
in interface CSDiagramEntryLocalService
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery
in interface CSDiagramEntryLocalService
public java.util.List<CSDiagramEntry> getCPDefinitionRelatedCSDiagramEntries(long cpDefinitionId)
getCPDefinitionRelatedCSDiagramEntries
in interface CSDiagramEntryLocalService
public 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 CSDiagramEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CSDiagramEntryLocalService
start
- 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 CSDiagramEntryLocalService
public int getCSDiagramEntriesCount()
getCSDiagramEntriesCount
in interface CSDiagramEntryLocalService
public int getCSDiagramEntriesCount(long cpDefinitionId)
getCSDiagramEntriesCount
in interface CSDiagramEntryLocalService
public CSDiagramEntry getCSDiagramEntry(long CSDiagramEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramEntry
in interface CSDiagramEntryLocalService
CSDiagramEntryId
- 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 CSDiagramEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CSDiagramEntryLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CSDiagramEntryLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CSDiagramEntryLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CSDiagramEntryLocalService
csDiagramEntry
- 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 CSDiagramEntryLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramEntry> getCTPersistence()
getCTPersistence
in interface CSDiagramEntryLocalService
getCTPersistence
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramEntry>
public java.lang.Class<CSDiagramEntry> getModelClass()
getModelClass
in interface CSDiagramEntryLocalService
getModelClass
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 CSDiagramEntryLocalService
updateWithUnsafeFunction
in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramEntry>
E extends java.lang.Throwable
public 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>