Package com.liferay.object.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddObjectEntry
(long groupId, long objectDefinitionId, Map<String, Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateObjectEntry
(String externalReferenceCode, long groupId, long objectDefinitionId, Map<String, Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
checkModelResourcePermission
(long objectDefinitionId, long objectEntryId, String actionId) deleteObjectEntry
(long objectEntryId) deleteObjectEntry
(String externalReferenceCode, long companyId, long groupId) fetchManyToOneObjectEntry
(long groupId, long objectRelationshipId, long primaryKey) fetchObjectEntry
(long objectEntryId) getManyToManyObjectEntries
(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse, String search, int start, int end) int
getManyToManyObjectEntriesCount
(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse, String search) com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<ObjectEntry>
getModelResourcePermission
(long objectDefinitionId) getObjectEntry
(long objectEntryId) getObjectEntry
(String externalReferenceCode, long companyId, long groupId) getOneToManyObjectEntries
(long groupId, long objectRelationshipId, long primaryKey, boolean related, String search, int start, int end) int
getOneToManyObjectEntriesCount
(long groupId, long objectRelationshipId, long primaryKey, boolean related, String search) Returns the OSGi service identifier.boolean
hasModelResourcePermission
(long objectDefinitionId, long objectEntryId, String actionId) boolean
hasModelResourcePermission
(ObjectEntry objectEntry, String actionId) boolean
hasModelResourcePermission
(com.liferay.portal.kernel.model.User user, long objectEntryId, String actionId) boolean
hasPortletResourcePermission
(long groupId, long objectDefinitionId, String actionId) void
setWrappedService
(ObjectEntryService objectEntryService) updateObjectEntry
(long objectEntryId, Map<String, Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
ObjectEntryServiceWrapper
public ObjectEntryServiceWrapper() -
ObjectEntryServiceWrapper
-
-
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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectEntry
public ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteObjectEntry
in interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchObjectEntry
public ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchObjectEntry
in interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntry
public ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectEntry
in interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- 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 interfaceObjectEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
-