|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectno.sintef.assetrepository.session.AssetServicesEJBAbstract
no.sintef.assetrepository.session.AssetServicesEJBImpl
AssetServices Bean User Implementation
Field Summary |
Fields inherited from class no.sintef.assetrepository.session.AssetServicesEJBAbstract |
_assetrepresentation, _assettype, _assetversion, _sessionContext, _versionedasset |
Constructor Summary | |
AssetServicesEJBImpl()
|
Method Summary | |
void |
checkIn(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk,
no.sintef.assetrepository.interfaces.AssetVersionValue newContent)
Operation checkIn - User implementation |
void |
checkOut(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk)
Operation checkOut - User implementation |
no.sintef.assetrepository.interfaces.AssetRepresentationPK |
createAssetRepresentation(no.sintef.assetrepository.interfaces.AssetRepresentationValue content)
|
no.sintef.assetrepository.interfaces.AssetTypePK |
createAssetType(java.lang.String name,
java.lang.String description)
Operation createAssetType - User implementation |
no.sintef.assetrepository.interfaces.VersionedAssetPK |
createVersionedAsset(java.lang.String type,
no.sintef.assetrepository.interfaces.VersionedAssetPK parentPk,
no.sintef.assetrepository.interfaces.AssetVersionValue versionContent)
Operation createAsset - User implementation |
void |
ejbCreate()
Create the Session Bean |
java.util.Collection |
getAssetsByType(java.lang.String typeName)
Operation getAssetsByType - User implementation |
no.sintef.assetrepository.interfaces.AssetTypeValue |
getAssetTypeByName(java.lang.String name)
Operation getAssetTypeByName - User implementation |
void |
makeParent(no.sintef.assetrepository.interfaces.VersionedAssetPK parent,
no.sintef.assetrepository.interfaces.VersionedAssetPK child)
Operation makeParent - User implementation |
void |
markAssetAsDeleted(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk)
Operation markAssetAsDeleted - User implementation |
void |
unCheckOut(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk)
Operation unCheckOut - User implementation |
Methods inherited from class no.sintef.assetrepository.session.AssetServicesEJBAbstract |
addVersionLabel, createAssetRepresentation, createAssetRepresentationValue, createAssetType, createAssetTypeValue, createAssetVersion, createAssetVersionValue, createVersionedAsset, createVersionedAssetValue, deleteAssetRepresentation, deleteAssetType, deleteAssetVersion, deleteVersionedAsset, ejbActivate, ejbPassivate, ejbRemove, getAllAssetRepresentations, getAllAssetRepresentationsLight, getAllAssetTypes, getAllAssetTypesLight, getAllAssetVersions, getAllAssetVersionsLight, getAllVersionedAssets, getAllVersionedAssetsLight, getAssetRepresentation, getAssetType, getAssetVersion, getVersionedAsset, init, modifyAssetRepresentation, modifyAssetType, modifyAssetVersion, modifyVersionedAsset, removeVersionLabel, setSessionContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.ejb.SessionBean |
ejbActivate, ejbPassivate, ejbRemove, setSessionContext |
Constructor Detail |
public AssetServicesEJBImpl()
Method Detail |
public java.util.Collection getAssetsByType(java.lang.String typeName) throws RepositoryException
RepositoryException
public no.sintef.assetrepository.interfaces.VersionedAssetPK createVersionedAsset(java.lang.String type, no.sintef.assetrepository.interfaces.VersionedAssetPK parentPk, no.sintef.assetrepository.interfaces.AssetVersionValue versionContent) throws no.sintef.lock.LockException, RepositoryException
no.sintef.lock.LockException
RepositoryException
public no.sintef.assetrepository.interfaces.AssetRepresentationPK createAssetRepresentation(no.sintef.assetrepository.interfaces.AssetRepresentationValue content) throws RepositoryException
RepositoryException
public no.sintef.assetrepository.interfaces.AssetTypeValue getAssetTypeByName(java.lang.String name) throws RepositoryException
RepositoryException
public no.sintef.assetrepository.interfaces.AssetTypePK createAssetType(java.lang.String name, java.lang.String description) throws RepositoryException
RepositoryException
public void checkOut(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk) throws no.sintef.lock.LockException, RepositoryException
no.sintef.lock.LockException
RepositoryException
public void checkIn(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk, no.sintef.assetrepository.interfaces.AssetVersionValue newContent) throws no.sintef.lock.LockException, RepositoryException
javax.ejb.CreateException
no.sintef.lock.LockException
RepositoryException
public void unCheckOut(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk) throws no.sintef.lock.LockException, RepositoryException
no.sintef.lock.LockException
RepositoryException
public void makeParent(no.sintef.assetrepository.interfaces.VersionedAssetPK parent, no.sintef.assetrepository.interfaces.VersionedAssetPK child)
public void markAssetAsDeleted(no.sintef.assetrepository.interfaces.VersionedAssetPK assetPk) throws RepositoryException, no.sintef.lock.LockException
RepositoryException
no.sintef.lock.LockException
public void ejbCreate()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |