public class COREntryServiceWrapper extends java.lang.Object implements COREntryService, com.liferay.portal.kernel.service.ServiceWrapper<COREntryService>
COREntryService.COREntryService| Constructor and Description |
|---|
COREntryServiceWrapper() |
COREntryServiceWrapper(COREntryService corEntryService) |
| Modifier and Type | Method and Description |
|---|---|
COREntry |
addCOREntry(java.lang.String externalReferenceCode,
boolean active,
java.lang.String description,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.lang.String name,
int priority,
java.lang.String type,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
COREntry |
deleteCOREntry(long corEntryId) |
COREntry |
fetchCOREntry(long corEntryId) |
COREntry |
fetchCOREntryByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
java.util.List<COREntry> |
getCOREntries(long companyId,
boolean active,
int start,
int end) |
java.util.List<COREntry> |
getCOREntries(long companyId,
boolean active,
java.lang.String type,
int start,
int end) |
java.util.List<COREntry> |
getCOREntries(long companyId,
java.lang.String type,
int start,
int end) |
COREntry |
getCOREntry(long corEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
COREntryService |
getWrappedService() |
void |
setWrappedService(COREntryService corEntryService) |
COREntry |
updateCOREntry(long corEntryId,
boolean active,
java.lang.String description,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
java.lang.String name,
int priority,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
COREntry |
updateCOREntryExternalReferenceCode(java.lang.String externalReferenceCode,
long corEntryId) |
COREntry |
updateCOREntryTypeSettings(long corEntryId,
java.lang.String typeSettings) |
public COREntryServiceWrapper()
public COREntryServiceWrapper(COREntryService corEntryService)
public COREntry addCOREntry(java.lang.String externalReferenceCode, boolean active, java.lang.String description, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.lang.String name, int priority, java.lang.String type, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCOREntry in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry deleteCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteCOREntry in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry fetchCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchCOREntry in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry fetchCOREntryByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchCOREntryByExternalReferenceCode in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<COREntry> getCOREntries(long companyId, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCOREntries in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<COREntry> getCOREntries(long companyId, boolean active, java.lang.String type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCOREntries in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<COREntry> getCOREntries(long companyId, java.lang.String type, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCOREntries in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry getCOREntry(long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
getCOREntry in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface COREntryServicepublic COREntry updateCOREntry(long corEntryId, boolean active, java.lang.String description, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire, java.lang.String name, int priority, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCOREntry in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry updateCOREntryExternalReferenceCode(java.lang.String externalReferenceCode, long corEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateCOREntryExternalReferenceCode in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntry updateCOREntryTypeSettings(long corEntryId, java.lang.String typeSettings) throws com.liferay.portal.kernel.exception.PortalException
updateCOREntryTypeSettings in interface COREntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic COREntryService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<COREntryService>public void setWrappedService(COREntryService corEntryService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<COREntryService>