public class ObjectRelationshipServiceWrapper extends java.lang.Object implements ObjectRelationshipService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
ObjectRelationshipService
.ObjectRelationshipService
Constructor and Description |
---|
ObjectRelationshipServiceWrapper() |
ObjectRelationshipServiceWrapper(ObjectRelationshipService objectRelationshipService) |
Modifier and Type | Method and Description |
---|---|
ObjectRelationship |
addObjectRelationship(long objectDefinitionId1,
long objectDefinitionId2,
java.lang.String deletionType,
java.util.Map<java.util.Locale,java.lang.String> labelMap,
java.lang.String name,
java.lang.String type) |
ObjectRelationship |
deleteObjectRelationship(long objectRelationshipId) |
ObjectRelationship |
getObjectRelationship(long objectRelationshipId) |
java.util.List<ObjectRelationship> |
getObjectRelationships(long objectDefinitionId1,
int start,
int end) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ObjectRelationshipService |
getWrappedService() |
void |
setWrappedService(ObjectRelationshipService objectRelationshipService) |
ObjectRelationship |
updateObjectRelationship(long objectRelationshipId,
java.lang.String deletionType,
java.util.Map<java.util.Locale,java.lang.String> labelMap) |
public ObjectRelationshipServiceWrapper()
public ObjectRelationshipServiceWrapper(ObjectRelationshipService objectRelationshipService)
public ObjectRelationship addObjectRelationship(long objectDefinitionId1, long objectDefinitionId2, java.lang.String deletionType, java.util.Map<java.util.Locale,java.lang.String> labelMap, java.lang.String name, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
addObjectRelationship
in interface ObjectRelationshipService
com.liferay.portal.kernel.exception.PortalException
public ObjectRelationship deleteObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException
deleteObjectRelationship
in interface ObjectRelationshipService
com.liferay.portal.kernel.exception.PortalException
public ObjectRelationship getObjectRelationship(long objectRelationshipId) throws com.liferay.portal.kernel.exception.PortalException
getObjectRelationship
in interface ObjectRelationshipService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<ObjectRelationship> getObjectRelationships(long objectDefinitionId1, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getObjectRelationships
in interface ObjectRelationshipService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ObjectRelationshipService
public ObjectRelationship updateObjectRelationship(long objectRelationshipId, java.lang.String deletionType, java.util.Map<java.util.Locale,java.lang.String> labelMap) throws com.liferay.portal.kernel.exception.PortalException
updateObjectRelationship
in interface ObjectRelationshipService
com.liferay.portal.kernel.exception.PortalException
public ObjectRelationshipService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>
public void setWrappedService(ObjectRelationshipService objectRelationshipService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectRelationshipService>