public class PortletPreferencesLocalServiceImpl extends PortletPreferencesLocalServiceBaseImpl
counterLocalService, layoutFinder, layoutLocalService, layoutPersistence, layoutRevisionLocalService, layoutRevisionPersistence, persistedModelLocalServiceRegistry, portletItemLocalService, portletItemPersistence, portletLocalService, portletPersistence, portletPreferencesFinder, portletPreferencesLocalService, portletPreferencesPersistence, userFinder, userLocalService, userPersistence
Constructor and Description |
---|
PortletPreferencesLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.PortletPreferences |
addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
com.liferay.portal.kernel.model.Portlet portlet,
String defaultPreferences) |
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid) |
void |
deletePortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId) |
void |
deletePortletPreferencesByPlid(long plid) |
PortletPreferences |
fetchPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
fetchPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds) |
PortletPreferences |
getDefaultPreferences(long companyId,
String portletId) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences() |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences(int ownerType,
long plid,
String portletId) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences(long ownerId,
int ownerType,
long plid) |
com.liferay.portal.kernel.model.PortletPreferences |
getPortletPreferences(long ownerId,
int ownerType,
long plid,
String portletId) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences(long companyId,
long ownerId,
int ownerType,
String portletId) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences(long companyId,
long groupId,
long ownerId,
int ownerType,
String portletId,
boolean privateLayout) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferences(long plid,
String portletId) |
List<com.liferay.portal.kernel.model.PortletPreferences> |
getPortletPreferencesByPlid(long plid) |
long |
getPortletPreferencesCount(int ownerType,
long plid,
String portletId) |
long |
getPortletPreferencesCount(int ownerType,
String portletId) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
com.liferay.portal.kernel.model.Portlet portlet,
boolean excludeDefaultPreferences) |
long |
getPortletPreferencesCount(long ownerId,
int ownerType,
String portletId,
boolean excludeDefaultPreferences) |
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
getPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String defaultPreferences) |
PortletPreferences |
getPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds) |
Map<String,PortletPreferences> |
getStrictPreferences(com.liferay.portal.kernel.model.Layout layout,
List<com.liferay.portal.kernel.model.Portlet> portlets) |
PortletPreferences |
getStrictPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId) |
PortletPreferences |
getStrictPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds) |
com.liferay.portal.kernel.model.PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
PortletPreferences portletPreferences) |
com.liferay.portal.kernel.model.PortletPreferences |
updatePreferences(long ownerId,
int ownerType,
long plid,
String portletId,
String xml) |
addPortletPreferences, afterPropertiesSet, createPortletPreferences, deletePersistedModel, deletePortletPreferences, deletePortletPreferences, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchPortletPreferences, getActionableDynamicQuery, getCounterLocalService, getIndexableActionableDynamicQuery, getLayoutFinder, getLayoutLocalService, getLayoutPersistence, getLayoutRevisionLocalService, getLayoutRevisionPersistence, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getPortletItemLocalService, getPortletItemPersistence, getPortletLocalService, getPortletPersistence, getPortletPreferences, getPortletPreferenceses, getPortletPreferencesesCount, getPortletPreferencesFinder, getPortletPreferencesLocalService, getPortletPreferencesPersistence, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setCounterLocalService, setLayoutFinder, setLayoutLocalService, setLayoutPersistence, setLayoutRevisionLocalService, setLayoutRevisionPersistence, setPortletItemLocalService, setPortletItemPersistence, setPortletLocalService, setPortletPersistence, setPortletPreferencesFinder, setPortletPreferencesLocalService, setPortletPreferencesPersistence, setUserFinder, setUserLocalService, setUserPersistence, updatePortletPreferences
public com.liferay.portal.kernel.model.PortletPreferences addPortletPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, com.liferay.portal.kernel.model.Portlet portlet, String defaultPreferences)
public void deletePortletPreferences(long ownerId, int ownerType, long plid)
public void deletePortletPreferences(long ownerId, int ownerType, long plid, String portletId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public void deletePortletPreferencesByPlid(long plid)
public PortletPreferences fetchPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
public PortletPreferences fetchPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds)
@Skip public PortletPreferences getDefaultPreferences(long companyId, String portletId)
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences()
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences(int ownerType, long plid, String portletId)
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences(long ownerId, int ownerType, long plid)
public com.liferay.portal.kernel.model.PortletPreferences getPortletPreferences(long ownerId, int ownerType, long plid, String portletId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences(long companyId, long ownerId, int ownerType, String portletId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences(long companyId, long groupId, long ownerId, int ownerType, String portletId, boolean privateLayout)
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferences(long plid, String portletId)
public List<com.liferay.portal.kernel.model.PortletPreferences> getPortletPreferencesByPlid(long plid)
public long getPortletPreferencesCount(int ownerType, long plid, String portletId)
public long getPortletPreferencesCount(int ownerType, String portletId)
public long getPortletPreferencesCount(long ownerId, int ownerType, long plid, com.liferay.portal.kernel.model.Portlet portlet, boolean excludeDefaultPreferences)
public long getPortletPreferencesCount(long ownerId, int ownerType, String portletId, boolean excludeDefaultPreferences)
@Retry(acceptor=com.liferay.portal.kernel.service.ExceptionRetryAcceptor.class, properties=@Property(name="EXCEPTION_NAME",value="org.springframework.dao.DataIntegrityViolationException")) public PortletPreferences getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
@Retry(acceptor=com.liferay.portal.kernel.service.ExceptionRetryAcceptor.class, properties=@Property(name="EXCEPTION_NAME",value="org.springframework.dao.DataIntegrityViolationException")) public PortletPreferences getPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId, String defaultPreferences)
@Retry(acceptor=com.liferay.portal.kernel.service.ExceptionRetryAcceptor.class, properties=@Property(name="EXCEPTION_NAME",value="org.springframework.dao.DataIntegrityViolationException")) public PortletPreferences getPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds)
public Map<String,PortletPreferences> getStrictPreferences(com.liferay.portal.kernel.model.Layout layout, List<com.liferay.portal.kernel.model.Portlet> portlets)
public PortletPreferences getStrictPreferences(long companyId, long ownerId, int ownerType, long plid, String portletId)
public PortletPreferences getStrictPreferences(com.liferay.portal.kernel.model.PortletPreferencesIds portletPreferencesIds)
public com.liferay.portal.kernel.model.PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, String portletId, PortletPreferences portletPreferences)
public com.liferay.portal.kernel.model.PortletPreferences updatePreferences(long ownerId, int ownerType, long plid, String portletId, String xml)