public class ObjectEntryServiceWrapper extends java.lang.Object implements ObjectEntryService, com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
ObjectEntryService
.ObjectEntryService
Constructor and Description |
---|
ObjectEntryServiceWrapper() |
ObjectEntryServiceWrapper(ObjectEntryService objectEntryService) |
Modifier and Type | Method and Description |
---|---|
ObjectEntry |
addObjectEntry(long groupId,
long objectDefinitionId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
ObjectEntry |
addOrUpdateObjectEntry(java.lang.String externalReferenceCode,
long groupId,
long objectDefinitionId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
checkModelResourcePermission(long objectDefinitionId,
long objectEntryId,
java.lang.String actionId) |
ObjectEntry |
deleteObjectEntry(long objectEntryId) |
ObjectEntry |
deleteObjectEntry(java.lang.String externalReferenceCode,
long companyId,
long groupId) |
ObjectEntry |
fetchObjectEntry(long objectEntryId) |
java.util.List<ObjectEntry> |
getManyToManyObjectEntries(long groupId,
long objectRelationshipId,
long primaryKey,
boolean related,
boolean reverse,
int start,
int end) |
int |
getManyToManyObjectEntriesCount(long groupId,
long objectRelationshipId,
long primaryKey,
boolean related,
boolean reverse) |
com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<ObjectEntry> |
getModelResourcePermission(ObjectEntry objectEntry) |
ObjectEntry |
getObjectEntry(long objectEntryId) |
ObjectEntry |
getObjectEntry(java.lang.String externalReferenceCode,
long companyId,
long groupId) |
java.util.List<ObjectEntry> |
getOneToManyObjectEntries(long groupId,
long objectRelationshipId,
long primaryKey,
boolean related,
int start,
int end) |
int |
getOneToManyObjectEntriesCount(long groupId,
long objectRelationshipId,
long primaryKey,
boolean related) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ObjectEntryService |
getWrappedService() |
boolean |
hasModelResourcePermission(long objectDefinitionId,
long objectEntryId,
java.lang.String actionId) |
boolean |
hasModelResourcePermission(ObjectEntry objectEntry,
java.lang.String actionId) |
boolean |
hasModelResourcePermission(com.liferay.portal.kernel.model.User user,
long objectEntryId,
java.lang.String actionId) |
boolean |
hasPortletResourcePermission(long groupId,
long objectDefinitionId,
java.lang.String actionId) |
void |
setWrappedService(ObjectEntryService objectEntryService) |
ObjectEntry |
updateObjectEntry(long objectEntryId,
java.util.Map<java.lang.String,java.io.Serializable> values,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public ObjectEntryServiceWrapper()
public ObjectEntryServiceWrapper(ObjectEntryService objectEntryService)
public ObjectEntry addObjectEntry(long groupId, long objectDefinitionId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry addOrUpdateObjectEntry(java.lang.String externalReferenceCode, long groupId, long objectDefinitionId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public void checkModelResourcePermission(long objectDefinitionId, long objectEntryId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
checkModelResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry deleteObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry deleteObjectEntry(java.lang.String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
deleteObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry fetchObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<ObjectEntry> getManyToManyObjectEntries(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getManyToManyObjectEntries
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public int getManyToManyObjectEntriesCount(long groupId, long objectRelationshipId, long primaryKey, boolean related, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException
getManyToManyObjectEntriesCount
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.security.permission.resource.ModelResourcePermission<ObjectEntry> getModelResourcePermission(ObjectEntry objectEntry) throws com.liferay.portal.kernel.exception.PortalException
getModelResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry getObjectEntry(long objectEntryId) throws com.liferay.portal.kernel.exception.PortalException
getObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry getObjectEntry(java.lang.String externalReferenceCode, long companyId, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public java.util.List<ObjectEntry> getOneToManyObjectEntries(long groupId, long objectRelationshipId, long primaryKey, boolean related, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getOneToManyObjectEntries
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public int getOneToManyObjectEntriesCount(long groupId, long objectRelationshipId, long primaryKey, boolean related) throws com.liferay.portal.kernel.exception.PortalException
getOneToManyObjectEntriesCount
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface ObjectEntryService
public boolean hasModelResourcePermission(long objectDefinitionId, long objectEntryId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
hasModelResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public boolean hasModelResourcePermission(ObjectEntry objectEntry, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
hasModelResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public boolean hasModelResourcePermission(com.liferay.portal.kernel.model.User user, long objectEntryId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
hasModelResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public boolean hasPortletResourcePermission(long groupId, long objectDefinitionId, java.lang.String actionId) throws com.liferay.portal.kernel.exception.PortalException
hasPortletResourcePermission
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntry updateObjectEntry(long objectEntryId, java.util.Map<java.lang.String,java.io.Serializable> values, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateObjectEntry
in interface ObjectEntryService
com.liferay.portal.kernel.exception.PortalException
public ObjectEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>
public void setWrappedService(ObjectEntryService objectEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<ObjectEntryService>