public class CSDiagramSettingLocalServiceWrapper extends java.lang.Object implements CSDiagramSettingLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramSettingLocalService>
CSDiagramSettingLocalService.CSDiagramSettingLocalService| Constructor and Description |
|---|
CSDiagramSettingLocalServiceWrapper() |
CSDiagramSettingLocalServiceWrapper(CSDiagramSettingLocalService csDiagramSettingLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CSDiagramSetting |
addCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Adds the cs diagram setting to the database.
|
CSDiagramSetting |
addCSDiagramSetting(long userId,
long cpDefinitionId,
long cpAttachmentFileEntryId,
java.lang.String color,
double radius,
java.lang.String type) |
CSDiagramSetting |
createCSDiagramSetting(long CSDiagramSettingId)
Creates a new cs diagram setting with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CSDiagramSetting |
deleteCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Deletes the cs diagram setting from the database.
|
CSDiagramSetting |
deleteCSDiagramSetting(long CSDiagramSettingId)
Deletes the cs diagram setting with the primary key from the database.
|
CSDiagramSetting |
deleteCSDiagramSettingByCPDefinitionId(long cpDefinitionId) |
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.
|
CSDiagramSetting |
fetchCSDiagramSetting(long CSDiagramSettingId) |
CSDiagramSetting |
fetchCSDiagramSettingByCPDefinitionId(long cpDefinitionId) |
CSDiagramSetting |
fetchCSDiagramSettingByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cs diagram setting with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CSDiagramSetting |
getCSDiagramSetting(long CSDiagramSettingId)
Returns the cs diagram setting with the primary key.
|
CSDiagramSetting |
getCSDiagramSettingByCPDefinitionId(long cpDefinitionId) |
CSDiagramSetting |
getCSDiagramSettingByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the cs diagram setting with the matching UUID and company.
|
java.util.List<CSDiagramSetting> |
getCSDiagramSettings(int start,
int end)
Returns a range of all the cs diagram settings.
|
int |
getCSDiagramSettingsCount()
Returns the number of cs diagram settings.
|
com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramSetting> |
getCTPersistence() |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.Class<CSDiagramSetting> |
getModelClass() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CSDiagramSettingLocalService |
getWrappedService() |
void |
setWrappedService(CSDiagramSettingLocalService csDiagramSettingLocalService) |
CSDiagramSetting |
updateCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Updates the cs diagram setting in the database or adds it if it does not yet exist.
|
CSDiagramSetting |
updateCSDiagramSetting(long csDiagramSettingId,
long cpAttachmentFileEntryId,
java.lang.String color,
double radius,
java.lang.String type) |
<R,E extends java.lang.Throwable> |
updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramSetting>,R,E> updateUnsafeFunction) |
public CSDiagramSettingLocalServiceWrapper()
public CSDiagramSettingLocalServiceWrapper(CSDiagramSettingLocalService csDiagramSettingLocalService)
public CSDiagramSetting addCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Important: Inspect CSDiagramSettingLocalServiceImpl 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.
addCSDiagramSetting in interface CSDiagramSettingLocalServicecsDiagramSetting - the cs diagram settingpublic CSDiagramSetting addCSDiagramSetting(long userId, long cpDefinitionId, long cpAttachmentFileEntryId, java.lang.String color, double radius, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
addCSDiagramSetting in interface CSDiagramSettingLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramSetting createCSDiagramSetting(long CSDiagramSettingId)
createCSDiagramSetting in interface CSDiagramSettingLocalServiceCSDiagramSettingId - the primary key for the new cs diagram settingpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CSDiagramSettingLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CSDiagramSetting deleteCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Important: Inspect CSDiagramSettingLocalServiceImpl 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.
deleteCSDiagramSetting in interface CSDiagramSettingLocalServicecsDiagramSetting - the cs diagram settingpublic CSDiagramSetting deleteCSDiagramSetting(long CSDiagramSettingId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CSDiagramSettingLocalServiceImpl 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.
deleteCSDiagramSetting in interface CSDiagramSettingLocalServiceCSDiagramSettingId - the primary key of the cs diagram settingPortalException - if a cs diagram setting with the primary key could not be foundpublic CSDiagramSetting deleteCSDiagramSettingByCPDefinitionId(long cpDefinitionId)
deleteCSDiagramSettingByCPDefinitionId in interface CSDiagramSettingLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CSDiagramSettingLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CSDiagramSettingLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CSDiagramSettingLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CSDiagramSettingLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CSDiagramSettingLocalServicedynamicQuery - 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.CSDiagramSettingModelImpl.
dynamicQuery in interface CSDiagramSettingLocalServicedynamicQuery - 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.CSDiagramSettingModelImpl.
dynamicQuery in interface CSDiagramSettingLocalServicedynamicQuery - 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 CSDiagramSettingLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CSDiagramSettingLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CSDiagramSetting fetchCSDiagramSetting(long CSDiagramSettingId)
fetchCSDiagramSetting in interface CSDiagramSettingLocalServicepublic CSDiagramSetting fetchCSDiagramSettingByCPDefinitionId(long cpDefinitionId)
fetchCSDiagramSettingByCPDefinitionId in interface CSDiagramSettingLocalServicepublic CSDiagramSetting fetchCSDiagramSettingByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCSDiagramSettingByUuidAndCompanyId in interface CSDiagramSettingLocalServiceuuid - the cs diagram setting's UUIDcompanyId - the primary key of the companynull if a matching cs diagram setting could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CSDiagramSettingLocalServicepublic CSDiagramSetting getCSDiagramSetting(long CSDiagramSettingId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramSetting in interface CSDiagramSettingLocalServiceCSDiagramSettingId - the primary key of the cs diagram settingPortalException - if a cs diagram setting with the primary key could not be foundpublic CSDiagramSetting getCSDiagramSettingByCPDefinitionId(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramSettingByCPDefinitionId in interface CSDiagramSettingLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CSDiagramSetting getCSDiagramSettingByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCSDiagramSettingByUuidAndCompanyId in interface CSDiagramSettingLocalServiceuuid - the cs diagram setting's UUIDcompanyId - the primary key of the companyPortalException - if a matching cs diagram setting could not be foundpublic java.util.List<CSDiagramSetting> getCSDiagramSettings(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.CSDiagramSettingModelImpl.
getCSDiagramSettings in interface CSDiagramSettingLocalServicestart - the lower bound of the range of cs diagram settingsend - the upper bound of the range of cs diagram settings (not inclusive)public int getCSDiagramSettingsCount()
getCSDiagramSettingsCount in interface CSDiagramSettingLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CSDiagramSettingLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CSDiagramSettingLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CSDiagramSettingLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CSDiagramSettingLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CSDiagramSetting updateCSDiagramSetting(CSDiagramSetting csDiagramSetting)
Important: Inspect CSDiagramSettingLocalServiceImpl 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.
updateCSDiagramSetting in interface CSDiagramSettingLocalServicecsDiagramSetting - the cs diagram settingpublic CSDiagramSetting updateCSDiagramSetting(long csDiagramSettingId, long cpAttachmentFileEntryId, java.lang.String color, double radius, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
updateCSDiagramSetting in interface CSDiagramSettingLocalServicecom.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<CSDiagramSetting> getCTPersistence()
getCTPersistence in interface CSDiagramSettingLocalServicegetCTPersistence in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramSetting>public java.lang.Class<CSDiagramSetting> getModelClass()
getModelClass in interface CSDiagramSettingLocalServicegetModelClass in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramSetting>public <R,E extends java.lang.Throwable> R updateWithUnsafeFunction(com.liferay.petra.function.UnsafeFunction<com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<CSDiagramSetting>,R,E> updateUnsafeFunction) throws E extends java.lang.Throwable
updateWithUnsafeFunction in interface CSDiagramSettingLocalServiceupdateWithUnsafeFunction in interface com.liferay.portal.kernel.service.change.tracking.CTService<CSDiagramSetting>E extends java.lang.Throwablepublic CSDiagramSettingLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramSettingLocalService>public void setWrappedService(CSDiagramSettingLocalService csDiagramSettingLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CSDiagramSettingLocalService>