@ProviderType public class SAPEntryLocalServiceWrapper extends java.lang.Object implements SAPEntryLocalService, com.liferay.portal.kernel.service.ServiceWrapper<SAPEntryLocalService>
SAPEntryLocalService.SAPEntryLocalService| Constructor and Description |
|---|
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 s a p entry to the database.
|
void |
checkSystemSAPEntries(long companyId) |
SAPEntry |
createSAPEntry(long sapEntryId)
Creates a new s a p 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 s a p entry with the primary key from the database.
|
SAPEntry |
deleteSAPEntry(SAPEntry sapEntry)
Deletes the s a p entry from the database.
|
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 s a p entry with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
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> obc) |
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 s a p entries.
|
int |
getSAPEntriesCount()
Returns the number of s a p entries.
|
SAPEntry |
getSAPEntry(long sapEntryId)
Returns the s a p entry with the primary key.
|
SAPEntry |
getSAPEntry(long companyId,
java.lang.String name) |
SAPEntry |
getSAPEntryByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the s a p 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 s a p entry in the database or adds it if it does not yet exist.
|
public SAPEntryLocalServiceWrapper(SAPEntryLocalService sapEntryLocalService)
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface SAPEntryLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery 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 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 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 SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry addSAPEntry(SAPEntry sapEntry)
addSAPEntry in interface SAPEntryLocalServicesapEntry - the s a p entrypublic 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 createSAPEntry(long sapEntryId)
createSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key for the new s a p entrypublic SAPEntry deleteSAPEntry(SAPEntry sapEntry) throws com.liferay.portal.kernel.exception.PortalException
deleteSAPEntry in interface SAPEntryLocalServicesapEntry - the s a p entryPortalExceptionpublic SAPEntry deleteSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key of the s a p entryPortalException - if a s a p entry with the primary key could not be foundpublic SAPEntry fetchSAPEntry(long companyId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
fetchSAPEntry in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic SAPEntry fetchSAPEntry(long sapEntryId)
fetchSAPEntry in interface SAPEntryLocalServicepublic SAPEntry fetchSAPEntryByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchSAPEntryByUuidAndCompanyId in interface SAPEntryLocalServiceuuid - the s a p entry's UUIDcompanyId - the primary key of the companynull if a matching s a p entry 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 getSAPEntry(long sapEntryId) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntry in interface SAPEntryLocalServicesapEntryId - the primary key of the s a p entryPortalException - if a s a p entry with the primary key could not be foundpublic SAPEntry getSAPEntryByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getSAPEntryByUuidAndCompanyId in interface SAPEntryLocalServiceuuid - the s a p entry's UUIDcompanyId - the primary key of the companyPortalException - if a matching s a p entry could not be foundpublic SAPEntry updateSAPEntry(SAPEntry sapEntry)
updateSAPEntry in interface SAPEntryLocalServicesapEntry - the s a p entrypublic 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 int getCompanySAPEntriesCount(long companyId)
getCompanySAPEntriesCount in interface SAPEntryLocalServicepublic int getSAPEntriesCount()
getSAPEntriesCount in interface SAPEntryLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.security.service.access.policy.model.impl.SAPEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.security.service.access.policy.model.impl.SAPEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 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> obc)
getCompanySAPEntries in interface SAPEntryLocalServicepublic java.util.List<SAPEntry> getDefaultSAPEntries(long companyId, boolean defaultSAPEntry)
getDefaultSAPEntries in interface SAPEntryLocalServicepublic 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.security.service.access.policy.model.impl.SAPEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getSAPEntries in interface SAPEntryLocalServicestart - the lower bound of the range of s a p entriesend - the upper bound of the range of s a p entries (not inclusive)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 void checkSystemSAPEntries(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
checkSystemSAPEntries in interface SAPEntryLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>