public class SAPEntryLocalServiceWrapper extends java.lang.Object implements SAPEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryLocalService>
SAPEntryLocalService.SAPEntryLocalService| Constructor and Description |
|---|
SAPEntryLocalServiceWrapper() |
SAPEntryLocalServiceWrapper(SAPEntryLocalService sapEntryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
SAPEntry |
addSAPEntry(long userId,
java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SAPEntry |
addSAPEntry(SAPEntry sapEntry)
Adds the sap entry to the database.
|
void |
checkSystemSAPEntries(long companyId) |
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
SAPEntry |
createSAPEntry(long sapEntryId)
Creates a new sap entry with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
SAPEntry |
deleteSAPEntry(long sapEntryId)
Deletes the sap entry with the primary key from the database.
|
SAPEntry |
deleteSAPEntry(SAPEntry sapEntry)
Deletes the sap entry from the database.
|
<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.
|
SAPEntry |
fetchSAPEntry(long sapEntryId) |
SAPEntry |
fetchSAPEntry(long companyId,
java.lang.String name) |
SAPEntry |
fetchSAPEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the sap entry with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end) |
java.util.List<SAPEntry> |
getCompanySAPEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator) |
int |
getCompanySAPEntriesCount(long companyId) |
java.util.List<SAPEntry> |
getDefaultSAPEntries(long companyId,
boolean defaultSAPEntry) |
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.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
java.util.List<SAPEntry> |
getSAPEntries(int start,
int end)
Returns a range of all the sap entries.
|
int |
getSAPEntriesCount()
Returns the number of sap entries.
|
SAPEntry |
getSAPEntry(long sapEntryId)
Returns the sap entry with the primary key.
|
SAPEntry |
getSAPEntry(long companyId,
java.lang.String name) |
SAPEntry |
getSAPEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the sap entry with the matching UUID and company.
|
SAPEntryLocalService |
getWrappedService() |
void |
setWrappedService(SAPEntryLocalService sapEntryLocalService) |
SAPEntry |
updateSAPEntry(long sapEntryId,
java.lang.String allowedServiceSignatures,
boolean defaultSAPEntry,
boolean enabled,
java.lang.String name,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
SAPEntry |
updateSAPEntry(SAPEntry sapEntry)
Updates the sap entry in the database or adds it if it does not yet exist.
|
public SAPEntryLocalServiceWrapper()
public SAPEntryLocalServiceWrapper(SAPEntryLocalService sapEntryLocalService)
public SAPEntry addSAPEntry(long userId, java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addSAPEntry in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry addSAPEntry(SAPEntry sapEntry)
Important: Inspect SAPEntryLocalServiceImpl 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.
addSAPEntry in interface SAPEntryLocalServicesapEntry - the sap entrypublic void checkSystemSAPEntries(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
checkSystemSAPEntries in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicecreatePersistedModel in interface SAPEntryLocalServicePortalExceptionpublic SAPEntry createSAPEntry(long sapEntryId)
createSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key for the new sap entrypublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedeletePersistedModel in interface SAPEntryLocalServicePortalExceptionpublic SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect SAPEntryLocalServiceImpl 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.
deleteSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key of the sap entryPortalException - if a sap entry with the primary key could not be foundpublic SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect SAPEntryLocalServiceImpl 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.
deleteSAPEntry in interface SAPEntryLocalServicesapEntry - the sap entryPortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQuery in interface SAPEntryLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicedslQueryCount in interface SAPEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface SAPEntryLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface SAPEntryLocalServicedynamicQuery - 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.portal.security.service.access.policy.model.impl.SAPEntryModelImpl.
dynamicQuery in interface SAPEntryLocalServicedynamicQuery - 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.portal.security.service.access.policy.model.impl.SAPEntryModelImpl.
dynamicQuery in interface SAPEntryLocalServicedynamicQuery - 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 SAPEntryLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface SAPEntryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic SAPEntry fetchSAPEntry(long sapEntryId)
fetchSAPEntry in interface SAPEntryLocalServicepublic SAPEntry fetchSAPEntry(long companyId, java.lang.String name)
fetchSAPEntry in interface SAPEntryLocalServicepublic SAPEntry fetchSAPEntryByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchSAPEntryByUuidAndCompanyId in interface SAPEntryLocalServiceuuid - the sap entry's UUIDcompanyId - the primary key of the companynull if a matching sap entry could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SAPEntryLocalServicepublic java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end)
getCompanySAPEntries in interface SAPEntryLocalServicepublic java.util.List<SAPEntry> getCompanySAPEntries(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<SAPEntry> orderByComparator)
getCompanySAPEntries in interface SAPEntryLocalServicepublic int getCompanySAPEntriesCount(long companyId)
getCompanySAPEntriesCount in interface SAPEntryLocalServicepublic java.util.List<SAPEntry> getDefaultSAPEntries(long companyId, boolean defaultSAPEntry)
getDefaultSAPEntries in interface SAPEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface SAPEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface SAPEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface SAPEntryLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicegetPersistedModel in interface SAPEntryLocalServicePortalExceptionpublic java.util.List<SAPEntry> getSAPEntries(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.portal.security.service.access.policy.model.impl.SAPEntryModelImpl.
getSAPEntries in interface SAPEntryLocalServicestart - the lower bound of the range of sap entriesend - the upper bound of the range of sap entries (not inclusive)public int getSAPEntriesCount()
getSAPEntriesCount in interface SAPEntryLocalServicepublic SAPEntry getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key of the sap entryPortalException - if a sap entry with the primary key could not be foundpublic SAPEntry getSAPEntry(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntry in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry getSAPEntryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntryByUuidAndCompanyId in interface SAPEntryLocalServiceuuid - the sap entry's UUIDcompanyId - the primary key of the companyPortalException - if a matching sap entry could not be foundpublic SAPEntry updateSAPEntry(long sapEntryId, java.lang.String allowedServiceSignatures, boolean defaultSAPEntry, boolean enabled, java.lang.String name, java.util.Map<java.util.Locale,java.lang.String> titleMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateSAPEntry in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry updateSAPEntry(SAPEntry sapEntry)
Important: Inspect SAPEntryLocalServiceImpl 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.
updateSAPEntry in interface SAPEntryLocalServicesapEntry - the sap entrypublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic SAPEntryLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryLocalService>public void setWrappedService(SAPEntryLocalService sapEntryLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryLocalService>