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) voidcheckModelResourcePermission(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) intgetManyToManyObjectEntriesCount(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) intgetOneToManyObjectEntriesCount(long groupId, long objectRelationshipId, long primaryKey, boolean related, String search) Returns the OSGi service identifier.booleanhasModelResourcePermission(long objectDefinitionId, long objectEntryId, String actionId) booleanhasModelResourcePermission(ObjectEntry objectEntry, String actionId) booleanhasModelResourcePermission(com.liferay.portal.kernel.model.User user, long objectEntryId, String actionId) booleanhasPortletResourcePermission(long groupId, long objectDefinitionId, String actionId) voidsetWrappedService(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:
addObjectEntryin 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:
addOrUpdateObjectEntryin 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:
checkModelResourcePermissionin interfaceObjectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectEntry
public ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteObjectEntryin 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:
deleteObjectEntryin 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:
fetchManyToOneObjectEntryin interfaceObjectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchObjectEntry
public ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchObjectEntryin 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:
getManyToManyObjectEntriesin 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:
getManyToManyObjectEntriesCountin 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:
getModelResourcePermissionin interfaceObjectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectEntry
public ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectEntryin 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:
getObjectEntryin 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:
getOneToManyObjectEntriesin 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:
getOneToManyObjectEntriesCountin interfaceObjectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
hasModelResourcePermissionin 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:
hasModelResourcePermissionin 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:
hasModelResourcePermissionin 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:
hasPortletResourcePermissionin 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:
updateObjectEntryin interfaceObjectEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
-