|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface PortletPreferencesLocalService
This interface defines the service. The default implementation is
PortletPreferencesLocalServiceImpl.
Modify methods in that class and rerun ServiceBuilder to populate this class
and all other generated classes.
This is a local service. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.
PortletPreferencesLocalServiceUtil| Method Detail |
|---|
PortletPreferences addPortletPreferences(PortletPreferences portletPreferences)
throws SystemException
SystemExceptionPortletPreferences createPortletPreferences(long portletPreferencesId)
void deletePortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
PortalException
SystemException
void deletePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
SystemException
List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
SystemException
long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getPortletPreferences(long portletPreferencesId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PortletPreferences> getPortletPreferenceses(int start,
int end)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getPortletPreferencesesCount()
throws SystemException
SystemException
PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences)
throws SystemException
SystemException
PortletPreferences updatePortletPreferences(PortletPreferences portletPreferences,
boolean merge)
throws SystemException
SystemException
PortletPreferences addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences)
throws SystemException
SystemException
void deletePortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
SystemException
void deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getDefaultPreferences(long companyId,
String portletId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PortletPreferences> getPortletPreferences()
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PortletPreferences> getPortletPreferences(long plid,
String portletId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PortletPreferences> getPortletPreferences(long ownerId,
int ownerType,
long plid)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId)
throws PortalException,
SystemException
PortalException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<PortletPreferences> getPortletPreferencesByPlid(long plid)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getPreferences(PortletPreferencesIds portletPreferencesIds)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId)
throws SystemException
SystemException
@Transactional(propagation=SUPPORTS,
readOnly=true)
PortletPreferences getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences)
throws SystemException
SystemException
PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences preferences)
throws SystemException
SystemException
PortletPreferences updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
throws SystemException
SystemException
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||