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) voidaddObjectRelationshipMappingTableValues(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.voidsetWrappedService(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:
addObjectRelationshipin 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:
addObjectRelationshipMappingTableValuesin interfaceObjectRelationshipService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteObjectRelationship
public ObjectRelationship deleteObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteObjectRelationshipin 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:
fetchObjectRelationshipByExternalReferenceCodein interfaceObjectRelationshipService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getObjectRelationship
public ObjectRelationship getObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getObjectRelationshipin 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:
getObjectRelationshipin 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:
getObjectRelationshipsin interfaceObjectRelationshipService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateObjectRelationshipin interfaceObjectRelationshipService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
-