Package com.liferay.object.service
Class ObjectRelationshipServiceWrapper
java.lang.Object
com.liferay.object.service.ObjectRelationshipServiceWrapper
- All Implemented Interfaces:
ObjectRelationshipService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
public class ObjectRelationshipServiceWrapper
extends Object
implements ObjectRelationshipService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
Provides a wrapper for
ObjectRelationshipService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionObjectRelationshipServiceWrapper
(ObjectRelationshipService objectRelationshipService) -
Method Summary
Modifier and TypeMethodDescriptionaddObjectRelationship
(String externalReferenceCode, long objectDefinitionId1, long objectDefinitionId2, long parameterObjectFieldId, String deletionType, boolean edge, Map<Locale, String> labelMap, String name, boolean system, String type, ObjectField objectField) void
addObjectRelationshipMappingTableValues
(long objectRelationshipId, long primaryKey1, long primaryKey2, com.liferay.portal.kernel.service.ServiceContext serviceContext) deleteObjectRelationship
(long objectRelationshipId) fetchObjectRelationshipByExternalReferenceCode
(String externalReferenceCode, long companyId, long objectDefinitionId1) getObjectRelationship
(long objectRelationshipId) getObjectRelationship
(long objectDefinitionId1, String name) getObjectRelationships
(long objectDefinitionId1, int start, int end) Returns the OSGi service identifier.void
setWrappedService
(ObjectRelationshipService objectRelationshipService) updateObjectRelationship
(String externalReferenceCode, long objectRelationshipId, long parameterObjectFieldId, String deletionType, boolean edge, Map<Locale, String> labelMap, ObjectField objectField)
-
Constructor Details
-
ObjectRelationshipServiceWrapper
public ObjectRelationshipServiceWrapper() -
ObjectRelationshipServiceWrapper
-
-
Method Details
-
addObjectRelationship
public ObjectRelationship addObjectRelationship(String externalReferenceCode, long objectDefinitionId1, long objectDefinitionId2, long parameterObjectFieldId, String deletionType, boolean edge, Map<Locale, String> labelMap, String name, boolean system, String type, ObjectField objectField) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
addObjectRelationship
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addObjectRelationshipMappingTableValues
public void addObjectRelationshipMappingTableValues(long objectRelationshipId, long primaryKey1, long primaryKey2, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addObjectRelationshipMappingTableValues
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectRelationship
public ObjectRelationship deleteObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteObjectRelationship
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchObjectRelationshipByExternalReferenceCode
public ObjectRelationship fetchObjectRelationshipByExternalReferenceCode(String externalReferenceCode, long companyId, long objectDefinitionId1) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchObjectRelationshipByExternalReferenceCode
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationship
public ObjectRelationship getObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectRelationship
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationship
public ObjectRelationship getObjectRelationship(long objectDefinitionId1, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectRelationship
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationships
public List<ObjectRelationship> getObjectRelationships(long objectDefinitionId1, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectRelationships
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceObjectRelationshipService
- Returns:
- the OSGi service identifier
-
updateObjectRelationship
public ObjectRelationship updateObjectRelationship(String externalReferenceCode, long objectRelationshipId, long parameterObjectFieldId, String deletionType, boolean edge, Map<Locale, String> labelMap, ObjectField objectField) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
updateObjectRelationship
in interfaceObjectRelationshipService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
-