@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DepotEntryService extends BaseService
DepotEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
DepotEntry |
addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
ServiceContext serviceContext) |
DepotEntry |
deleteDepotEntry(long depotEntryId) |
DepotEntry |
getDepotEntry(long depotEntryId) |
java.util.List<DepotEntry> |
getGroupConnectedDepotEntries(long groupId,
int start,
int end) |
int |
getGroupConnectedDepotEntriesCount(long groupId) |
DepotEntry |
getGroupDepotEntry(long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
DepotEntry |
updateDepotEntry(long depotEntryId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Map<java.lang.String,java.lang.Boolean> depotAppCustomizationMap,
UnicodeProperties typeSettingsUnicodeProperties,
ServiceContext serviceContext) |
DepotEntry addDepotEntry(java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, ServiceContext serviceContext) throws PortalException
PortalExceptionDepotEntry deleteDepotEntry(long depotEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) DepotEntry getDepotEntry(long depotEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DepotEntry> getGroupConnectedDepotEntries(long groupId, int start, int end) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupConnectedDepotEntriesCount(long groupId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) DepotEntry getGroupDepotEntry(long groupId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
DepotEntry updateDepotEntry(long depotEntryId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.util.Map<java.lang.String,java.lang.Boolean> depotAppCustomizationMap, UnicodeProperties typeSettingsUnicodeProperties, ServiceContext serviceContext) throws PortalException
PortalException