@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface ListTypeEntryService
extends com.liferay.portal.kernel.service.BaseService
ListTypeEntryServiceUtil
Modifier and Type | Method and Description |
---|---|
ListTypeEntry |
addListTypeEntry(long listTypeDefinitionId,
java.lang.String key,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
ListTypeEntry |
deleteListTypeEntry(long listTypeEntryId) |
java.util.List<ListTypeEntry> |
getListTypeEntries(long listTypeDefinitionId,
int start,
int end) |
int |
getListTypeEntriesCount(long listTypeDefinitionId) |
ListTypeEntry |
getListTypeEntry(long listTypeEntryId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
ListTypeEntry |
updateListTypeEntry(long listTypeEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap) |
ListTypeEntry addListTypeEntry(long listTypeDefinitionId, java.lang.String key, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
ListTypeEntry deleteListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<ListTypeEntry> getListTypeEntries(long listTypeDefinitionId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) int getListTypeEntriesCount(long listTypeDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) ListTypeEntry getListTypeEntry(long listTypeEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getOSGiServiceIdentifier()
ListTypeEntry updateListTypeEntry(long listTypeEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException