Class ObjectEntryServiceWrapper

java.lang.Object
com.liferay.object.service.ObjectEntryServiceWrapper
All Implemented Interfaces:
ObjectEntryService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>

public class ObjectEntryServiceWrapper extends Object implements ObjectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
Provides a wrapper for ObjectEntryService.
See Also:
Generated:
  • Constructor Details

    • ObjectEntryServiceWrapper

      public ObjectEntryServiceWrapper()
    • ObjectEntryServiceWrapper

      public ObjectEntryServiceWrapper(ObjectEntryService objectEntryService)
  • Method Details

    • addObjectEntry

      public ObjectEntry addObjectEntry(long groupId, long objectDefinitionId, Map<String,Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • addOrUpdateObjectEntry

      public ObjectEntry addOrUpdateObjectEntry(String externalReferenceCode, long groupId, long objectDefinitionId, Map<String,Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addOrUpdateObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • checkModelResourcePermission

      public void checkModelResourcePermission(long objectDefinitionId, long objectEntryId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      checkModelResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntry

      public ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteObjectEntry

      public ObjectEntry deleteObjectEntry(String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchManyToOneObjectEntry

      public ObjectEntry fetchManyToOneObjectEntry(long groupId, long objectRelationshipId, long primaryKey) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchManyToOneObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchObjectEntry

      public ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      fetchObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getManyToManyObjectEntries

      public List<ObjectEntry> getManyToManyObjectEntries(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse, String search, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getManyToManyObjectEntries in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getManyToManyObjectEntriesCount

      public int getManyToManyObjectEntriesCount(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse, String search) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getManyToManyObjectEntriesCount in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getModelResourcePermission

      public com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<ObjectEntry> getModelResourcePermission(long objectDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getModelResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntry

      public ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getObjectEntry

      public ObjectEntry getObjectEntry(String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOneToManyObjectEntries

      public List<ObjectEntry> getOneToManyObjectEntries(long groupId, long objectRelationshipId, long primaryKey, boolean related, String search, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getOneToManyObjectEntries in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOneToManyObjectEntriesCount

      public int getOneToManyObjectEntriesCount(long groupId, long objectRelationshipId, long primaryKey, boolean related, String search) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getOneToManyObjectEntriesCount in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface ObjectEntryService
      Returns:
      the OSGi service identifier
    • hasModelResourcePermission

      public boolean hasModelResourcePermission(long objectDefinitionId, long objectEntryId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      hasModelResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasModelResourcePermission

      public boolean hasModelResourcePermission(ObjectEntry objectEntry, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      hasModelResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasModelResourcePermission

      public boolean hasModelResourcePermission(com.liferay.portal.kernel.model.User user, long objectEntryId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      hasModelResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • hasPortletResourcePermission

      public boolean hasPortletResourcePermission(long groupId, long objectDefinitionId, String actionId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      hasPortletResourcePermission in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateObjectEntry

      public ObjectEntry updateObjectEntry(long objectEntryId, Map<String,Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateObjectEntry in interface ObjectEntryService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public ObjectEntryService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
    • setWrappedService

      public void setWrappedService(ObjectEntryService objectEntryService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>