Package com.avoka.fc.core.entity
Class ApplicationPackage
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._ApplicationPackage
com.avoka.fc.core.entity.ApplicationPackage
- All Implemented Interfaces:
IEntity,Auditable,Serializable,org.apache.cayenne.DataObject,org.apache.cayenne.Persistent,org.apache.cayenne.Validating
Provides an entity containing information about applications (sets of related services and forms belonging to the same organization).
- Since:
- 4.0.0
- See Also:
-
Field Summary
Fields inherited from class com.avoka.fc.core.entity.auto._ApplicationPackage
ACTIVE_FLAG, ACTIVE_FLAG_PROPERTY, APPLICATION_CLIENT_PROPERTIES, APPLICATION_CLIENT_PROPERTIES_PROPERTY, APPLICATION_CLIENT_REF_DATA_LIST, APPLICATION_CLIENT_REF_DATA_LIST_PROPERTY, APPLICATION_CONNECTION_LIST, APPLICATION_CONNECTION_LIST_PROPERTY, APPLICATION_DELIVERY_LIST, APPLICATION_DELIVERY_LIST_PROPERTY, APPLICATION_FORMS, APPLICATION_FORMS_PROPERTY, APPLICATION_NAME, APPLICATION_NAME_PROPERTY, APPLICATION_PACKAGE_OID_PK_COLUMN, APPLICATION_SERVICES, APPLICATION_SERVICES_PROPERTY, CLIENT, CLIENT_PROPERTY, CREATED_AT, CREATED_AT_PROPERTY, CREATED_BY, CREATED_BY_PROPERTY, DESCRIPTION, DESCRIPTION_PROPERTYFields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTYFields inherited from class org.apache.cayenne.CayenneDataObject
valuesFields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersionFields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceStateFields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the fully qualified name of this application package.Methods inherited from class com.avoka.fc.core.entity.auto._ApplicationPackage
addToApplicationClientProperties, addToApplicationClientRefDataList, addToApplicationConnectionList, addToApplicationDeliveryList, addToApplicationForms, addToApplicationServices, getApplicationClientProperties, getApplicationClientRefDataList, getApplicationConnectionList, getApplicationDeliveryList, getApplicationForms, getApplicationName, getApplicationServices, getClient, getCreatedAt, getCreatedBy, getDescription, isActiveFlag, removeFromApplicationClientProperties, removeFromApplicationClientRefDataList, removeFromApplicationConnectionList, removeFromApplicationDeliveryList, removeFromApplicationForms, removeFromApplicationServices, setActiveFlag, setApplicationName, setClient, setCreatedAt, setCreatedBy, setDescriptionMethods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toStringMethods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeStateMethods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerializedMethods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.avoka.fc.core.entity.Auditable
getId, getValuesMapMethods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Constructor Details
-
ApplicationPackage
public ApplicationPackage()
-
-
Method Details
-
getFullyQualifiedName
Return the fully qualified name of this application package. The fully qualified name consists of the client code and the application name separated by a dash and space characters, for example "clientcode - My Application". The fully qualified name is globally unique and can be used whenever it is important to uniquely identify the application package (e.g. on the Service Definition Search page for global administrators).- Returns:
- the globally unique fully qualified name of the application package
-