public class MetaInformationManagerEJB extends ManagerEJB
| Constructor and Description |
|---|
MetaInformationManagerEJB() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
Set |
getPropertyNames() |
Object |
getPropertyRaw(String name) |
long |
getSystemInitUpdateTimestamp() |
String |
getSystemName() |
String |
getSystemPK() |
void |
initializeC2LCreateObjects(Map params) |
void |
initializeCreateObjects(Map params)
does nothing right now.
|
void |
initializePrincipalCreateObjects(Map params) |
void |
initializeRemoveObjects(Map params)
removes all item data for all item types defined by this manager.
|
void |
removeItem(ItemRemote item)
Removes an Item which is not stageable.
|
Object |
removeProperty(String name) |
void |
resetSystemPK() |
Object |
setProperty(String name,
Object value) |
void |
setSystemInitUpdateTimestamp(long timestamp) |
canRemoveItem, ejbCreate, ejbPostCreate, getPersistencePool, initializeCreateTypes, initializeModifyTypes, isReinitialization, notifyItemRemove, prepareItemRemovepublic Set getPropertyNames()
public void setSystemInitUpdateTimestamp(long timestamp)
public void resetSystemPK()
public long getSystemInitUpdateTimestamp()
public String getSystemName()
public String getSystemPK()
public void initializeRemoveObjects(Map params)
ManagerEJByou should override this to remove additional data not handled by some item type but don't forget to call super.initializeRemoveObjects.
public void removeItem(ItemRemote item) throws ConsistencyCheckException
ManagerEJBManagerEJB.prepareItemRemove(ItemRemote )
| Productive | Stage |
|---|---|
|
|
|
removeItem in class ManagerEJBConsistencyCheckExceptionManagerEJB.prepareItemRemove(ItemRemote )public void initializeCreateObjects(Map params)
ManagerEJBinitializeCreateObjects in class ManagerEJBpublic void initializeC2LCreateObjects(Map params)
public void initializePrincipalCreateObjects(Map params)
Copyright © 2017 SAP SE. All Rights Reserved.